From c54992df485b06f61fbdf85ccdb5bb97f2ff775c Mon Sep 17 00:00:00 2001 From: Daniel Stoops Date: Thu, 28 Nov 2024 09:26:24 +0200 Subject: [PATCH] Update readme --- README.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 5063382..c7b95d4 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ or conda:: $ conda install czml3 --channel conda-forge -czml3 requires Python >= 3.8. +czml3 requires Python >= 3.10. Examples ======== @@ -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:: @@ -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 } }, ...