NASA-PDS / pds-api

PDS web APIs specifications and user's manual
http://nasa-pds.github.io/pds-api
Other
5 stars 3 forks source link

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

Closed tloubrieu-jpl closed 3 years ago

tloubrieu-jpl commented 3 years ago

This requires:

tloubrieu-jpl commented 3 years ago

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

> in the images and comparing to
tloubrieu-jpl commented 3 years ago
tloubrieu-jpl commented 3 years ago

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.