Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #160 from poliastro/update_readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
Stoops-ML authored Nov 28, 2024
2 parents 78fcbe9 + c54992d commit 225114d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ or conda::

$ conda install czml3 --channel conda-forge

czml3 requires Python >= 3.8.
czml3 requires Python >= 3.10.

Examples
========
Expand All @@ -79,7 +79,7 @@ all objects show as nice CZML (JSON)::
"name": "AGI"
}
>>> packet0.dumps()
'{"id": "Facility/AGI", "name": "AGI"}'
'{"id":"Facility/AGI","name":"AGI"}'

And there are more complex examples available::

Expand All @@ -93,9 +93,7 @@ And there are more complex examples available::
"clock": {
"interval": "2012-03-15T10:00:00Z/2012-03-16T10:00:00Z",
"currentTime": "2012-03-15T10:00:00Z",
"multiplier": 60,
"range": "LOOP_STOP",
"step": "SYSTEM_CLOCK_MULTIPLIER"
"multiplier": 60
}
},
...
Expand Down

0 comments on commit 225114d

Please sign in to comment.