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

Access collections filter properties of collections #112

Open
flahn opened this issue Feb 11, 2022 · 1 comment
Open

Access collections filter properties of collections #112

flahn opened this issue Feb 11, 2022 · 1 comment
Milestone

Comments

@flahn
Copy link
Member

flahn commented Feb 11, 2022

The function load_collection() offers the opportunity to filter within collections (maybe also over multiple collections) with certain defined properties. This general function was implemented here: #102

A statement can look like this:

list(
`eo:cloud_cover` = function(x) x >= 0 & x <= 30
)

Now the problem is currently that it is not really visible which property names are allowed. As stated here those information should reside in the collections summaries field. However those information is partly read during the visualization of a collection, but was not used elsewise. The user should be able to access the information which property names are 'allowed' for a certain collection.

@flahn flahn added this to the future milestone Feb 18, 2022
@flahn
Copy link
Member Author

flahn commented Feb 18, 2022

We need probably also to wait for a change / clarification in the main project.

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