-
Notifications
You must be signed in to change notification settings - Fork 42
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
JSON serialization bug with if_
#470
Comments
workaround with current version of python client is to replace the
|
This UDP with same _if and UDF call works: https://github.com/integratedmodelling/OpenEO-UDP-UDF-catalogue/blob/main/UDP/UDP_CORINE_arable_mask.py only difference: "apply_dimension" instead of apply in the not working version |
@mbuchhorn no it's the other cube = if_(gte(param_year, 2015), datacube1, datacube2) This (with apply iso apply_dimension) also fails:
|
if_
if_
and improve type annotations along the way related to #470 and Open-EO/openeo-api#510
fixed (will be included in next release 0.23.0) |
issue reported by @mbuchhorn
minimal reproduction snippet:
Dropping the
if_
line makes it work againThe text was updated successfully, but these errors were encountered: