-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limitations on URLLIB Read for TLE #15
Comments
Hi, Sure, that would be very nice ! I can't really work on this atm, but contributions are welcome :) |
Hi Martin,
I made some small changes and submitted pull request.
Thanks!
Jordan Lui
Optical Engineering Research Associate, Roma Tre University
MASc Candidate, Simon Fraser University
BASc Chemical Engineering
University of Waterloo
http://ca.linkedin.com/in/jordanlui
…On Thu, Aug 31, 2017 at 11:15 PM, Martin Raspaud ***@***.***> wrote:
Hi,
Sure, that would be very nice ! I can't really work on this atm, but
contributions are welcome :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJt6_2INkN3Ab5kjMMtp9z6UVzt0_YH6ks5sd6DygaJpZM4PJLN1>
.
|
Perfect ! Thanks ! |
Dear all, would it be possible to manually read TLE from a text file? Celestrak URLs are very limiting... TLE_URLS = ('http://celestrak.com/NORAD/elements/weather.txt', Thanks! Slawosz |
I use like this:
So |
Hi! Would it be possible to add i.e.: --- tlefile.py 2019-06-21 18:22:22.000000000 -0300
+++ tlefile.py 2019-06-21 18:22:42.000000000 -0300
@@ -40,8 +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') |
I don't see why not, PR welcome ! |
Hi there,
Noticed that the tlefile.read will only check two NORAD TLE URLs from Celestrak. Was wondering if you could add the other Celestrak URLs, such as https://www.celestrak.com/NORAD/elements/cubesat.txt?
Thanks!
The text was updated successfully, but these errors were encountered: