Comet orbital elements from MPC query #675
jurezakrajsek
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Thank you for this example code! I should be able to look at it sometime early this month, and I'll follow up here with another comment when I have the chance. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The SkyField library is fantastic.
I use it now for lots of calculation regarding comets on my COBS project.
One particular thing i found useful was an additional function to retrieve the latest orbital elements in MPC 1-line format for a specific comet as a directly query from MPC website.
The orbit is obtained as a bytes line that can be then read directly by the mpc.load_comets_dataframe_slow to create a comet DataFrame object.
Clear skies
Jure
Beta Was this translation helpful? Give feedback.
All reactions