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

apply_neighborhood: What to return when an overlap is used? #386

Closed m-mohr closed 1 year ago

m-mohr commented 1 year ago

Process ID: apply_neighborhood

Describe the issue: What I’m not clear about when working with the process is: If you specify overlap, what is expected to be returned from the callback? the data with or without overlap?

Proposed solution: Actually, how easy is it to detect what the overlap and what the actual data is? In the end, it's probably easier to return the data with overlap, but the back-end discards any changes to the overlap and only replaces the values for the "actual data" without overlap.

Additional context: https://discuss.eodc.eu/t/moving-average-with-low-pass-filter/428/11

m-mohr commented 1 year ago

Dev Teclo: Return with overlap, back-ends handles the rest...