poliastro / czml3

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

Add Interpolatable to PositionList #120

Closed Stoops-ML closed 1 month ago

Stoops-ML commented 1 month ago

This allows PositionList to have an epoch etc as defined in Interpolatable.

Although PositionList on czml-writer specifically states that it is not interpolatable and does not include an epoch property, the path example on Cesium sandcastle provides an epoch property to the positions input (PositionList type). Seems to me that the documentation is incorrect here.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.22%. Comparing base (6f98435) to head (d212d90).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #120 +/- ## ======================================= Coverage 99.22% 99.22% ======================================= Files 12 12 Lines 774 774 ======================================= Hits 768 768 Misses 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.