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

properties arguments in Load_Collection? #7

Open
vincentsarago opened this issue Dec 11, 2024 · 1 comment
Open

properties arguments in Load_Collection? #7

vincentsarago opened this issue Dec 11, 2024 · 1 comment

Comments

@vincentsarago
Copy link
Collaborator

the properties is defined as a process https://github.com/Open-EO/openeo-processes/blob/master/load_collection.json#L181-L219

I think we shouldn't support this but replace it with more advances STAC API queries

Originally posted by @vincentsarago in #6 (comment)

@clausmichele
Copy link
Contributor

Replacing it on the user facing side (i.e. in the client) would make the process graph not portable to the other openEO back-ends. The replacement should be done after that the process graph is being defined, on the back-end side the properties can be translated to a "normal" STAC API query.

Some useful resources:

Python client docs about properties: https://open-eo.github.io/openeo-python-client/data_access.html#filter-on-collection-properties

An example about the /queryables endpoint: https://github.com/Open-EO/openeo-api/blob/c5a45b4647b06e313a4f099e9119bfa3cca5c6a3/extensions/commercial-data/README.md?plain=1#L85

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