You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the property filters (e.g. filter or properties in load_collection) is completely broken as there's no way to properly reference the metadata fields and also the type "boolean" for expression elements doesn't really reflect that you can insert processes returning a boolean.
How I could imagine it working in the future: #84 (comment)
The text was updated successfully, but these errors were encountered:
filter (and filter_*) are working on dimension labels, not pixel values.
The parameter properties in load_collection is working on metadata.
I haven't made this clear in the initial post. Anyway, there's no way to reference the dimension labels/metadata fields, which is an issue at the moment.
Currently, the property filters (e.g.
filter
orproperties
inload_collection
) is completely broken as there's no way to properly reference the metadata fields and also the type "boolean" for expression elements doesn't really reflect that you can insert processes returning a boolean.How I could imagine it working in the future: #84 (comment)
The text was updated successfully, but these errors were encountered: