How to create orbital projections

1. A concise explanation of the problem you're experiencing.

I have CZML files with all my data (altitude, longitude, latitude) etc. I want to know how to do TLE projections for an orbital, so I could project what the orbit will display in the future. How do I go about implementing this?

2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you're using, your operating system and browser.

Hi there,

AGI has some commercial development kits like STK Components available for these calculations. You can then interop with cesium by exporting CZML and importing those into cesium.

Thanks!

Gabby