poliastro / czml3

Python 3 library to write CZML
https://pypi.org/project/czml3/
MIT License
38 stars 30 forks source link

Added interval parameter to Position #95

Closed mwarnick123 closed 2 years ago

mwarnick123 commented 3 years ago

created interval parameter and a test for the new parameter

astrojuanlu commented 3 years ago

xref: #94

astrojuanlu commented 3 years ago

Thanks for this pull request @mwarnick123 ! I'm trying to understand if, after merging this, we should add this to all properties.

Also, the quality check is failing because you need to tox -e reformat the code.

astrojuanlu commented 3 years ago

Also, see discussion in #94