Skip to content

Commit

Permalink
Merge pull request #45 from clausqr/master
Browse files Browse the repository at this point in the history
Adds engineering.txt TLE source
  • Loading branch information
mraspaud authored Jun 24, 2019
2 parents 6470079 + 8eb68a7 commit f11bbd5
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 @@ -40,7 +40,9 @@
'http://celestrak.com/NORAD/elements/stations.txt',
'https://www.celestrak.com/NORAD/elements/sarsat.txt',
'https://www.celestrak.com/NORAD/elements/noaa.txt',
'https://www.celestrak.com/NORAD/elements/amateur.txt')
'https://www.celestrak.com/NORAD/elements/amateur.txt',
'https://www.celestrak.com/NORAD/elements/engineering.txt')


LOGGER = logging.getLogger(__name__)
PKG_CONFIG_DIR = os.path.join(os.path.realpath(os.path.dirname(__file__)), 'etc')
Expand Down

0 comments on commit f11bbd5

Please sign in to comment.