openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

Processbuilder: support __or__ and __and__

Open jdries opened this issue 1 year ago • 1 comments

Not sure why it isn't there yet, but seems like an easy one to implement or and and in ProcessBuilder, so I can do for instance: if_( (x == 2010) | (x == 2020) ,1,0)

jdries avatar Mar 09 '23 08:03 jdries