How to display GPS satellite trajectory with GPS precise orbit file

Hello! I have displayed GPS satellite trajectory successfully with the GPS two-line parameters from www.celestrak.com. However, the precision of GPS satellite orbits is low because the orbits are predicted. When I am trying to display GPS satellite trajectory with GPS precise orbit in ECEF from precise ephemeris (sp3 file), they are not working in a circle. The reference frame in CZML file are set with FIXED, which means in a ECEF frame. I have tried both the cartesian’s and cartographicDegrees’s position.Anybody know where is the problem? Thank you!

You can perhaps be inspired by the student project for our association Terre Virtuelle:
https://github.com/MohammedAymane/Projet-Terre-Virtuelle

Well done! It works when I use the orbit position from satellitesGNSS.json file in your project. But, I downloaded the igs21864.sp3 file on 2nd december from IGS website, the GPS satellite orbit coordinates is different from the coordinates in satellitesGNSS.json. Could you explain how you process the GPS orbit coordinates?

Translation from TLE to Czml is a code in Python here :
https://github.com/kujosHeist/tle2czml

A good explanation for orbital debris is here :
http://daoneil.github.io/spacemission/Apps/20160411_Visualization_of_OrbitalDebris_with_Cesium_and_Satellitejs_Tutorial.pdf

Ans others resources :
https://freesoft.dev/program/64413499

Thank you! The websites are the satellite orbit with TLE (two-line elements) from www.celestrak.com. It works well.

You’re welcome :wink: