Open-EO / openeo-processes-dask

Python implementations of many OpenEO processes, dask-friendly by default.
Apache License 2.0
19 stars 14 forks source link

hardcoded spatial dims labels in `resample_spatial` #228

Closed clausmichele closed 6 months ago

clausmichele commented 6 months ago

Instead of "x" and "y" we should use data.openeo.x_dim and data.openeo.y_dim. I will fix it in a PR.

https://github.com/Open-EO/openeo-processes-dask/blob/main/openeo_processes_dask/process_implementations/cubes/resample.py#L78-L82

ValentinaHutter commented 6 months ago

merged - thank you!