We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I encountered this issue while working with the stac-browser and reported it here: radiantearth/stac-browser#483.
It seems that stac-fastapi currently doesn't support the Filter Extension, as referenced here: https://github.com/radiantearth/stac-api-spec/tree/738f4837ac6bea041dc226219e6d13b2c577fb19/ogcapi-features#filter-extension. filter is not included in the list of supported GET parameters:
filter
The text was updated successfully, but these errors were encountered:
@drnextgis the filter extension exists, it's up to the application developer to allow it or no in their endpoints!
on stac-fastapi-pgstac, the code is ready for it https://github.com/stac-utils/stac-fastapi-pgstac/blob/9a3797a149f17491735a6134109363f681d934c5/stac_fastapi/pgstac/core.py#L351-L360. but the application doesn't use a GET model with the filter extension enabled https://github.com/stac-utils/stac-fastapi-pgstac/blob/main/stac_fastapi/pgstac/app.py#L61C1-L70
Sorry, something went wrong.
No branches or pull requests
I encountered this issue while working with the stac-browser and reported it here: radiantearth/stac-browser#483.
It seems that stac-fastapi currently doesn't support the Filter Extension, as referenced here: https://github.com/radiantearth/stac-api-spec/tree/738f4837ac6bea041dc226219e6d13b2c577fb19/ogcapi-features#filter-extension.
filter
is not included in the list of supported GET parameters:The text was updated successfully, but these errors were encountered: