From ff53901ec0d3f38ef647f3400f7323b03ba2336b Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 22 May 2022 12:49:52 -0600 Subject: [PATCH] Get fresh TLE --- README.md | 4 ++++ tle2ssc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea15a01..127294b 100644 --- a/README.md +++ b/README.md @@ -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, diff --git a/tle2ssc b/tle2ssc index 796f757..018333a 100755 --- a/tle2ssc +++ b/tle2ssc @@ -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()