Open-EO / openeo-processes-python

A Python representation of (most) openEO processes
Apache License 2.0
11 stars 4 forks source link

Fix nan-ignoring in oeop.mean #141

Closed LukeWeidenwalker closed 2 years ago

LukeWeidenwalker commented 2 years ago

I hope I'm not being confused here, but I think the negation here is flipping this flag to the opposite meaning.

clausmichele commented 2 years ago

You're right, good catch. From openEO API, the default for ignore_nodata is True

clausmichele commented 2 years ago

Please check all the other similar processes: median, sd, var, min, max etc.