openeo-python-client
openeo-python-client copied to clipboard
Processbuilder: support __or__ and __and__
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)