-
Notifications
You must be signed in to change notification settings - Fork 110
Update filter conformance classes #417
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
Conversation
The sort extension currently uses |
stac_fastapi/extensions/stac_fastapi/extensions/core/filter/filter.py
Outdated
Show resolved
Hide resolved
stac_fastapi/extensions/stac_fastapi/extensions/core/filter/filter.py
Outdated
Show resolved
Hide resolved
Depends on where it is supported, I think. Similarly for all the others... @geospatial-jeff |
Correct -- except for filter, where we re-use the OGC conformance class binding filter to OAFeat |
But there are still separate conformance classes, only that there's no "new" one for STAC, right? |
correct |
@philvarner How does it look now? I updated the item search and filter conformance classes, and added the features filter conformance class which was previously missing. |
The filter conformance classes seem to be completely wrong. They don't even match the (wrong) ones in rc.1.
See also radiantearth/stac-api-spec#312
I'm not sure which one of the constants if for ogcapi-features though, so the changes may need to be swapped.
Looking at this, the question also arises why for example
https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features#sort
is not used anywhere in stac-fastapi?