You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to do a search on https://cmr.earthdata.nasa.gov/stac/LAADS/search (using Python). My code was working until a few weeks ago, but now I'm not able to retrieve all results when the number of items returned exceeds limit. Here is an example:
So far all is good, I've got 250 features, but now I need to request the next page. Both methods below (using either GET or POST) give me a 500 response:
Hello,
I'm trying to do a search on
https://cmr.earthdata.nasa.gov/stac/LAADS/search
(using Python). My code was working until a few weeks ago, but now I'm not able to retrieve all results when the number of items returned exceedslimit
. Here is an example:So far all is good, I've got 250 features, but now I need to request the next page. Both methods below (using either GET or POST) give me a 500 response:
Any advice on how to continue?
Thanks!
The text was updated successfully, but these errors were encountered: