Skip to content

alicjamusial/satellite-orbit-height

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Satellite orbit height

◾ Requirements

  • Python >= 3.8
  • Packages listen in reuirements.txt (run pip 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:

  1. Run pip install -r requirements.txt.
  2. Fill file config.py.
  3. Run python script.py.

Output:

  1. SATELLITE_NAME_TLE.tle - all TLE from the chosen time period for specific satellite.
  2. SATELLITE_NAME_height.csv - file with DATE;HEIGHT from the chosen time period.

Example chart in Grafana

About

Script that allows to download data with satellite's orbit height and create CSV with their change in time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages