From fb83b2de0c574252563d0291f57c8a825d9d0e59 Mon Sep 17 00:00:00 2001 From: Evonosky Date: Tue, 3 Dec 2019 12:34:48 -0700 Subject: [PATCH 1/2] Added active.txt tle path to TLE_URLS --- pyorbital/tlefile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyorbital/tlefile.py b/pyorbital/tlefile.py index b1a6df7..adfd0ee 100644 --- a/pyorbital/tlefile.py +++ b/pyorbital/tlefile.py @@ -34,7 +34,8 @@ import glob import numpy as np -TLE_URLS = ('http://celestrak.com/NORAD/elements/weather.txt', +TLE_URLS = ('http://www.celestrak.com/NORAD/elements/active.txt', + 'http://celestrak.com/NORAD/elements/weather.txt', 'http://celestrak.com/NORAD/elements/resource.txt', 'https://www.celestrak.com/NORAD/elements/cubesat.txt', 'http://celestrak.com/NORAD/elements/stations.txt', From d919e977b6c4ef9ab171defd7c71868f9280daf1 Mon Sep 17 00:00:00 2001 From: Evonosky Date: Tue, 3 Dec 2019 12:58:29 -0700 Subject: [PATCH 2/2] Added name to authors list --- pyorbital/tlefile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyorbital/tlefile.py b/pyorbital/tlefile.py index adfd0ee..a411b66 100644 --- a/pyorbital/tlefile.py +++ b/pyorbital/tlefile.py @@ -8,6 +8,7 @@ # Esben S. Nielsen # Martin Raspaud # Panu Lahtinen +# Will Evonosky # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by