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_kernel: Allow to use apply_kernel on more dimension types? #388

Closed m-mohr closed 1 year ago

m-mohr commented 1 year ago

Process ID: apply_kernel

Describe the issue: In the dev telco the proposal came up to use apply_kernel also for other types of dimensions, e.g. to run on the temporal dimension.

Proposed solution: Allow to choose the dimensions to pass in and make the kernel more flexible.

Additional context: Might be a breaking change, what's the exact difference to apply_neighborhood?

m-mohr commented 1 year ago

Closing as duplicate of #324