Skip to content
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

Use astroquery to programatically access data in JPL SBDB #3

Open
bsipocz opened this issue Jun 17, 2019 · 2 comments
Open

Use astroquery to programatically access data in JPL SBDB #3

bsipocz opened this issue Jun 17, 2019 · 2 comments
Labels
discussion Comments or questions

Comments

@bsipocz
Copy link

bsipocz commented Jun 17, 2019

First of all, this is a super cool project!

I wonder whether you saw that it's possible to query JPL's SBDB, as well as HORIZONS with a python package, astroquery:
https://astroquery.readthedocs.io/en/latest/jplsbdb/jplsbdb.html and https://astroquery.readthedocs.io/en/latest/jplhorizons/jplhorizons.html

@dvj
Copy link

dvj commented Jun 18, 2019

Better yet, the NAIF SPICE toolkit can be used to generate the trajectories directly from the underlying ephemeris data data that HORIZONS uses.

The SPICE toolkit can be found at: https://naif.jpl.nasa.gov/naif/toolkit.html (there is a Python wrapper from https://github.com/AndrewAnnex/SpiceyPy)

and the ephemeris data can be found at https://naif.jpl.nasa.gov/pub/naif/generic_kernels/spk/

This eliminates the need to scrape completely.

A sample script which would gather the data needed for this project is located at https://spiceypy.readthedocs.io/en/master/remote_sensing.html#solution-1

@eleanorlutz
Copy link
Owner

eleanorlutz commented Jun 23, 2019

Thank you for the useful links! I'll take a look at the toolkit tutorials.

I'll leave this issue open in case other people want to chime in, but I've marked it as discussion because it doesn't seem to describe a bug with the existing code.

@eleanorlutz eleanorlutz added the discussion Comments or questions label Jun 23, 2019
@eleanorlutz eleanorlutz added this to Finished in Atlas of Space Jul 18, 2019
@eleanorlutz eleanorlutz moved this from Finished to In Progress in Atlas of Space Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Comments or questions
Projects
Atlas of Space
  
In Progress
Development

No branches or pull requests

3 participants