Open-EO / openeo-odc

Functions to map an openEO process graph to a job based on OpenDataCube and Xarray functions.
Apache License 2.0
1 stars 3 forks source link

apply process does not work #5

Closed clausmichele closed 3 years ago

clausmichele commented 3 years ago

The apply process does not work, because it is handled in the same way as a reduce_dimension, but apply doesn't have the dimension keyword, see here https://github.com/Open-EO/openeo-odc/blob/master/src/openeo_odc/map_to_odc.py#L22

clausmichele commented 3 years ago

The problem is that there is no apply implemented in openeo-processes-python https://github.com/Open-EO/openeo-processes-python/issues/23

clausmichele commented 3 years ago

Solved with those two pull requests_ https://github.com/Open-EO/openeo-odc/pull/6 https://github.com/Open-EO/openeo-processes-python/pull/24

clausmichele commented 3 years ago

Apply is still not usable, the mapping of the parameters for processes inside apply does not work.

sophieherrmann commented 3 years ago

Fixed with https://github.com/Open-EO/openeo-odc/pull/11