Skip to content

Commit

Permalink
Remove tle-new from TLE converter script
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Dec 9, 2017
1 parent ad922a3 commit 479407b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/satdata/scripts/convert-celestrak.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"molniya" : "Molniya",
"noaa" : "NOAA",
"science" : "Space & Earth Science",
"tle-new" : "Latest Launches",
"visual" : "Brightest",
"weather" : "Weather Satellites"
}
Expand Down Expand Up @@ -85,7 +84,9 @@
"28941" : "CO-56",
"35870" : "SO-67",
"36122" : "HO-68",
"39444" : "AO-73"
"39444" : "AO-73",
"40967" : "AO-85",
"43017" : "AO-91"
}

urlprefix = "http://celestrak.com/NORAD/elements/"
Expand Down

0 comments on commit 479407b

Please sign in to comment.