Open-EO / openeo-spring-driver

openEO driver build on spring using WCPS and ODC storage access
Apache License 2.0
0 stars 0 forks source link

Implement "reduce_spatial" process for the WCPS backend #71

Open pierocampa opened 1 year ago

pierocampa commented 1 year ago

As per title.

I understand that the reduce_spatial process is a shortcut for 2 (3) cascaded reduce_dimension on the 2 (3) spatial dimensions of a cube, though it is still handy to have it.

clausmichele commented 1 year ago

Agree. Especially since concatenating 2 reduce_dimension does not always produce the same result (e.g. when computing the standard deviation).