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
sat-api uses the parameters page and limit when the number of Items is more than limit.
This is not compliant with STAC because STAC doesn't specify a mechanism to do paging. The assumption is that all results will be returned, although this can cause errors with sat-api when there are more than around 920 items (sat-utils/sat-search#69)
sat-api uses the parameters
page
andlimit
when the number of Items is more thanlimit
.This is not compliant with STAC because STAC doesn't specify a mechanism to do paging. The assumption is that all results will be returned, although this can cause errors with sat-api when there are more than around 920 items (sat-utils/sat-search#69)
See the STAC issue discussing this:
radiantearth/stac-spec#381
Currently the next links are formed by convert the POST parameters to a GET request. However there are two issues:
https://sat-api.developmentseed.org/stac/search?intersects=%5Bobject%20Object%5D&page=2&limit=10
cc @vincentsarago @sharkinsspatial
The text was updated successfully, but these errors were encountered: