Skip to content
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

OAFeat Filter Extension #756

Open
drnextgis opened this issue Oct 8, 2024 · 1 comment
Open

OAFeat Filter Extension #756

drnextgis opened this issue Oct 8, 2024 · 1 comment

Comments

@drnextgis
Copy link
Contributor

drnextgis commented Oct 8, 2024

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:

image

@vincentsarago
Copy link
Member

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants