-
Notifications
You must be signed in to change notification settings - Fork 17
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
Locate Satellite at the time of TLE #32
Comments
Hi Eric,
I tried to run the examples on that repository but I could not.
BR,
H
…--------------------------------------------------------------------------------
Mohammad (Hooman) Tavassolian, BASc
MASc Candidate and Researcher at MENRVA Biomedical Research Lab.
(+1) 236 889 2118
Simon Fraser University
[email protected] | menrva.ensc.sfu.ca | https://www.linkedin.com/in/mohammad-tavassolian-40787888/
________________________________
From: Eric Boucher <[email protected]>
Sent: Monday, November 26, 2018 9:35:40 AM
To: nsat/pypredict
Cc: Hooman Tavassolian; Mention
Subject: Re: [nsat/pypredict] Locate Satellite at the time of TLE (#32)
Hi @MomoTavas<https://github.com/MomoTavas> have you tried existing solutions such as https://github.com/pytroll/pyorbital ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#32 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AZFpcxoXS0F_jxtD1GrDJcIT_BIC7dWWks5uzCZsgaJpZM4YxxvZ>.
|
Poking this thread for the benefit of future readers. Can someone correct me if I'm wrong? I understand this can be achieved by just passing in a timestamp to the >>> qth = (37.771034, 122.413815, 7)
>>> tle = """
ISS (ZARYA)
1 25544U 98067A 19249.04864348 .00001909 00000-0 40858-4 0 9990
2 25544 51.6464 320.1755 0007999 10.9066 53.2893 15.50437522187805
"""
>>> sat = predict.observe(tle.strip(), qth, 1488873372.0)
>>> print(sat.get('latitude'), sat.get('longitude'))
(-16.690541322246986, 60.823185873788056) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I was wondering about the way how can I get the location of a satellite at the time of it's TLE? (i.e. I am not interested in modelling the orbital trajectory, rather just the location when the TLE was recorded. Thanks.
The text was updated successfully, but these errors were encountered: