Satellite orbit height
◾
Requirements
- Python >= 3.8
- Packages listen in
reuirements.txt
(runpip install -r requirements.txt
) - Account on Space Track
◾
How to use?
This small script allows you to download TLEs from the chosen period for any satellite from Space Track, and prepare a CSV in format DATE;HEIGHT
that can be then used to create a chart in any software you want.
Usage:
- Run
pip install -r requirements.txt
. - Fill file
config.py
. - Run
python script.py
.
Output:
SATELLITE_NAME_TLE.tle
- all TLE from the chosen time period for specific satellite.SATELLITE_NAME_height.csv
- file withDATE;HEIGHT
from the chosen time period.