-
Notifications
You must be signed in to change notification settings - Fork 14
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
tests for filter_labels
missing
#256
Comments
Thanks for pointing this out! We do not use it, yet, but I tested it this week and found that:
I think we can try to get these changes done in the next few weeks. Meanwhile, does it make sense to you to use Also, to list all things that need to be done:
|
Hi @ValentinaHutter, do you have plans to work on this? Being able to filter only specific dates is a feature which would be helpful to many. The use of filter_temporal is a workaround but for many dates generates an over-complex graph and it's also not trivial to implement client side. |
Sorry for the delay, I think I overlooked the message after I came back from holiday - I now updated the implementation, and added a test using the |
The implementation of
filter_labels
is here:openeo-processes-dask/openeo_processes_dask/process_implementations/cubes/_filter.py
Line 90 in 9267e4c
However, I can't find any test or examples using it.
I would like to use it to filter specific dates from a datacube. Something similar to what is done here: https://github.com/Open-EO/openeo-community-examples/blob/815ab0cf4662a1b2be0881f55a9d4896467ed224/python/ParcelDelineation/Parcel%20delineation.ipynb
@ValentinaHutter @GeraldIr do you use
filter_labels
somewhere?The text was updated successfully, but these errors were encountered: