Skip to content

Commit

Permalink
Merge pull request #53 from wevonosky/master
Browse files Browse the repository at this point in the history
Added active.txt tle path to TLE_URLS
  • Loading branch information
mraspaud authored Dec 3, 2019
2 parents e9150b3 + d919e97 commit 6d9a842
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyorbital/tlefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# Esben S. Nielsen <esn@dmi.dk>
# Martin Raspaud <martin.raspaud@smhi.se>
# Panu Lahtinen <panu.lahtinen@fmi.fi>
# Will Evonosky <william.evonosky@gmail.com>

# 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
Expand All @@ -34,7 +35,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',
Expand Down

0 comments on commit 6d9a842

Please sign in to comment.