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

Update readme #157

Closed
wants to merge 21 commits into from
Prev Previous commit
Update readme
  • Loading branch information
Daniel Stoops committed Nov 28, 2024
commit 790c4bbaafdf01b95e6e081671ae867f86fba22b
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