-
Notifications
You must be signed in to change notification settings - Fork 22
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
MODIS collection errors #371
Comments
@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. |
(Comment from Eudoro Olivares Raniolo): The error is coming from a graphql typing issue
on the cloudCover field. The linked ticket should fix that problem as it propagates into production Wed December 4th |
This is now be fixed in production all those links have valid responses. For those wondering it was an issue with a type in an upstream dependency that cmr-stac has |
Thanks. I can confirm that this is now working. In my testing, I note that the number of features returned per page has now moved from the |
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).
The text was updated successfully, but these errors were encountered: