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
Implementations may optionally provide support for the full superset of STAC API query parameters to the /collections/{collectionId}/items endpoint, where the collection ID in the path is equivalent to providing that single value in the collections query parameter in STAC API.
(It's a separate issue as to if this should require the same as OAFeat, but that's TBD)
However, the server advertises the OAFeat class http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core, which means that bbox and datetime must also be accepted as filtering parameters.
The text was updated successfully, but these errors were encountered:
philvarner
changed the title
/collections/{collectionId}/items endpoint only applies limit parameter to results
/collections/{collectionId}/items endpoint only does not apply bbox or datetime parameters to results
Mar 25, 2022
It looks like of the
limit
parameter is the only parameter that gets applied to the/collections/{collectionId}/items
endpoint.This would probably be acceptable if the server only advertised the STAC API - Features conformance class (https://api.stacspec.org/v1.0.0-beta.4/ogcapi-features"), as the spec says (https://github.com/radiantearth/stac-api-spec/tree/master/ogcapi-features):
(It's a separate issue as to if this should require the same as OAFeat, but that's TBD)
However, the server advertises the OAFeat class
http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core
, which means thatbbox
anddatetime
must also be accepted as filtering parameters.The text was updated successfully, but these errors were encountered: