Open JonDHo opened 3 weeks ago
There seem to currently be various issues with STAC records, but I thought I would add this as another report as it doesn't relate to the HLS issues reported previously.
The /items endpoint for some MODIS collections fails completely and searches often fail. For example, the collection endpoint at https://cmr.earthdata.nasa.gov/stac/OB_DAAC/collections/MODISA_L2_OC_R2022.0 works, but https://cmr.earthdata.nasa.gov/stac/OB_DAAC/collections/MODISA_L2_OC_R2022.0/items returns the "Oops! Something has gone wrong." error.
/items
The same goes for other MODIS collections like:
but the SST collections work:
I frequently get the "Oops!" error when searching using PySTAC and PySTAC Client as well (which should be using POST requests).
@JonDHo We have a fix working through our test environment that may resolve some of these issues but we'll confirm before closing this out.
There seem to currently be various issues with STAC records, but I thought I would add this as another report as it doesn't relate to the HLS issues reported previously.
The
/items
endpoint for some MODIS collections fails completely and searches often fail. For example, the collection endpoint at https://cmr.earthdata.nasa.gov/stac/OB_DAAC/collections/MODISA_L2_OC_R2022.0 works, but https://cmr.earthdata.nasa.gov/stac/OB_DAAC/collections/MODISA_L2_OC_R2022.0/items returns the "Oops! Something has gone wrong." error.The same goes for other MODIS collections like:
but the SST collections work:
I frequently get the "Oops!" error when searching using PySTAC and PySTAC Client as well (which should be using POST requests).