problem isolated from problem in large process graph in eu-cdse/openeo-cdse-infra#509:
target : cube with dimensions x, y, t and bands
data: cube with dimensions x, y and t (e.g. after reduce_dimension along bands dimension)
resampled = data.resample_cube_spatial(target)
resampled.add_dimension("bands")
This used to work, but started failing with OpenEOApiException: A dimension with name bands already exists.
problem isolated from problem in large process graph in eu-cdse/openeo-cdse-infra#509:
target: cube with dimensions x, y, t and bandsdata: cube with dimensions x, y and t (e.g. afterreduce_dimensionalong bands dimension)resampled = data.resample_cube_spatial(target)resampled.add_dimension("bands")This used to work, but started failing with
OpenEOApiException: A dimension with name bands already exists.