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

Change to semantics of ids parameter in STAC API 1.0.0-beta.2 #6

Open
duckontheweb opened this issue Aug 6, 2022 · 0 comments
Open

Comments

@duckontheweb
Copy link
Contributor

Ported from #31.

Original Issue:

See radiantearth/stac-api-spec#125 for details.

Summary is that the ids parameter will no longer be treated specially.

Currently in 1.0.0-beta.1, the presence of ids causes all other filter predicates to be ignored.

In 1.0.0-beta.2, ids will be treated the same as all other filter predicates and simply ANDed to them.

Since stac-fastapi actually conformed to those semantics rather than ignoring them like most every other STAC API implementation, a change will be necessary.

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

1 participant