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

develop a jupyter notebook demo where a user can browse PDS archive from bundle to product data file #47

Closed
4 tasks done
tloubrieu-jpl opened this issue Feb 24, 2021 · 3 comments
Assignees
Labels
B11.1 enhancement New feature or request needs:req

Comments

@tloubrieu-jpl
Copy link
Member

tloubrieu-jpl commented Feb 24, 2021

This requires:

  • pick a use case
  • ingest PDS4 archive with data files in pds-gamma registry
  • make the python client work in jupyter notebook
  • develop the full use case, with data access through http
@tloubrieu-jpl
Copy link
Member Author

Notebook initiated with pds-api-client api, see https://github.com/NASA-PDS/pds-api-notebook

Use case requested to nodes by email:
`Hi Jordan,

If you would like to search a PDS4 bundle, the orex.ovirs bundle may be interesting. The data_calibrated collection (https://sbnarchive.psi.edu/pds4/orex/orex.ovirs/data_calibrated/) contains calibrated spectra for the OVIRS instrument. The way we designed these products is that there is one spectrum per labeled data file. A user could search by lat/lon and phase or emission angle. Basically, this collection should allow search in the same way a user would search a database. The spectra are 2 or 3d arrays, so should be easily visualized. You could then search the orex.ocams data (https://sbnarchive.psi.edu/pds4/orex/orex.ocams/data_calibrated/) for the image containing the OVIRS spot by searching the nearest

orex:boresight_lat>
orex:boresight_lon

in the images and comparing to

<orex:latitude
<orex:longitude

in the OVIRS product.

Once we have released the OREX basemap in the PDS (it is available here https://astrogeology.usgs.gov/search/map/Bennu/OSIRIS-REx/OCAMS/Bennu_OSIRIS-REx_OCAMS_Global_PAN_Mosaic_5cm_v1 for the now) you could try to plot the OVIRS spectra on the basemap.

Let me know if you need more info or have questions.

Kate

`

Data ingested in pds-gamma.

@tloubrieu-jpl
Copy link
Member Author

@tloubrieu-jpl
Copy link
Member Author

One use case on Osiris-REX, OVIR instrument, divided in 2 parts has been written and published on: https://github.com/NASA-PDS/pds-api-notebook/

It has been demonstrated for the open planetary lunch on April 6th, 2021.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B11.1 enhancement New feature or request needs:req
Projects
None yet
Development

No branches or pull requests

2 participants