NASA-PDS / search-api-notebook

Jupyter notebooks for demonstrating and utilizing the Planetary Data System (PDS) Search API
Other
3 stars 4 forks source link

Make a notebook to visualize thumbnails of PDS4 IMG files (extracted thanks to the API) #27

Closed tloubrieu-jpl closed 1 year ago

tloubrieu-jpl commented 1 year ago

💡 Description

Identify a good collection for images data, from the initial request:

https://pds.nasa.gov/api/search/1/products?q=((pds:Science_Facets.pds:wavelength_range eq "Visible") and not (ops:Harvest_Info.ops:node_name eq "PDS_SBN"))&start=0&limit=500

Use either matlplotlib or pds4_tools for the visualization.

tloubrieu-jpl commented 1 year ago

Duplicate of #26