Open-EO / openeo-processes

Interoperable processes for openEO's big Earth observation cloud processing.
https://processes.openeo.org
Apache License 2.0
48 stars 15 forks source link

`array_interpolate_linear`: Apply interpolation to NaN values #479

Closed m-mohr closed 9 months ago

clausmichele commented 11 months ago

Do we need two types: no-data and NaN ?

m-mohr commented 11 months ago

They are pretty much the same in the context of openEO. null is just a generic abstraction of a no-data value, which could be NaN. But maybe we should have a broader discussion about it now that it's getting more relevant...

m-mohr commented 11 months ago

Opened #480 to discuss null vs NaN

m-mohr commented 10 months ago

After the recent discussions, I think this PR is fine as it is. The aim for this process is to fill "holes" in the data and both NaN and any additional no-data values that may apply should be filled.

m-mohr commented 9 months ago

Closing in favor of #490