You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we really need a new process, as I mentioned here, the processes that are modifying the datacube dimensionalities should go into either a reduce_dimension or an apply_dimension. For this case it should be used with apply_dimension.
The current implementation has some errors to fix:
This process has been recently added to the repo. However, I would like to mention some concerns I have:
reduce_dimension
or anapply_dimension
. For this case it should be used withapply_dimension
.dimension
variable, this fails as soon as thebands
dimension is not calledbands
.Test it with this code:
which returns:
ValueError: Type band is not understood
overlap_resolver
is being set with a band label. The overlap_resolver should be a function:openeo-processes-dask/openeo_processes_dask/process_implementations/cubes/ddmc.py
Line 83 in 4390df5
@ValentinaHutter @koenifra
The text was updated successfully, but these errors were encountered: