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 ODC backend #72

Closed pierocampa closed 2 months ago

pierocampa commented 1 year ago

Equivalent of issue #71, for the ODC backend.

clausmichele commented 1 year ago

Currently a similar result can be obtained using aggregate_spatial, where multiple polygons can be specified. This would be an easier case, I will draft an implementation soon.

clausmichele commented 2 months ago

Implemented here: https://github.com/Open-EO/openeo-processes-dask/blob/5d0825bd0fe4b7f93cbfcc47392352b927f77f0c/openeo_processes_dask/process_implementations/cubes/reduce.py#L49