Get fresh TLE

main
Jeff Moe 2022-05-22 12:49:52 -06:00
parent 17dcf44de6
commit ff53901ec0
2 changed files with 5 additions and 1 deletions

View File

@ -83,6 +83,10 @@ the basis for the formulas in the `tle2ssc` script.
* https://www.classe.cornell.edu/~seb/celestia/hutchison/tle-xls.zip
Useful formula from here too:
* https://kaitlyn.guru/projects/two-line-elements-tle/
## Solar System Catalog
*"Solar System Catalog" files are primarily used to define the objects which
can be found in a stellar system, such as planets, moons, asteroids, comets,

View File

@ -41,7 +41,7 @@ satellites_url = 'https://celestrak.com/NORAD/elements/gnss.txt'
#satellites_url = 'https://celestrak.com/NORAD/elements/glo-ops.txt'
#satellites_url = 'https://celestrak.com/NORAD/elements/beidou.txt'
satellites = load.tle_file(satellites_url)
satellites = load.tle_file(satellites_url,reload=True)
ts = load.timescale()
t = ts.now()