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

Update readme #160

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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