orbit_translate, a script for fetching and converting TLE to SSC
Posted: 01.06.2019, 18:11
The orbits of many of the earth satellites included in Celestia are out of date. Especially low-flying satellites like the ISS are frequently in need of update, as atmospheric drag, dockings, and course corrections perturb the orbits.
To automate this task, I've created a python script that downloads the latest TLE data from CelesTrak and converts it to SSC data. This data can be piped or copied into a file.
The script makes it easy to automate the task of updating the orbits, for example daily or each time Celestia is started.
The orbit_translate script is based on the Excel spreadsheet by Grant Hutchison.
Here is the script:
https://github.com/erikjber/orbit_translate
CAUTION:
This has not been thoroughly tested. I welcome bug reports and feature requests. If you find anything that is wrong or annoying, please let me know so that I can fix it.
To automate this task, I've created a python script that downloads the latest TLE data from CelesTrak and converts it to SSC data. This data can be piped or copied into a file.
The script makes it easy to automate the task of updating the orbits, for example daily or each time Celestia is started.
The orbit_translate script is based on the Excel spreadsheet by Grant Hutchison.
Here is the script:
https://github.com/erikjber/orbit_translate
CAUTION:
This has not been thoroughly tested. I welcome bug reports and feature requests. If you find anything that is wrong or annoying, please let me know so that I can fix it.