Hello Cesium team!
I am currently in the process of creating an API for poliastro that helps extract orbital data to CZML format.
My problem is I can't seem to get a seamless looping orbit no matter how much I tweak the parameters. I checked and everything seems to be fine (enough data points, correct period, ending coordinates are close to starting coordinates, I made sure I got the formatting right [passed time (seconds), x coordinate (kms), y coordinate (kms), z coordinate (kms)]) but the problem persists.
Here is the pastebin for my Sandcastle input: https://pastebin.com/fL2iW4Dm
The prototype of the extractor: https://github.com/Sedictious/poliastro/blob/CZLM/contrib/extract_czml.py
Thanks in advance,
Eleftheria