openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

datacube.dimension_labels() returns datacube instead of array of strings

Open theroggy opened this issue 1 year ago • 7 comments

DataCube.dimension_labels() now seems to return a DataCube in the python client: DataCube.dimension_labels

I think it should return an array of strings (e.g. the band names for dimension "bands"). According to the general process documentation this should also be the case: processes.dimension_labels

theroggy avatar Jul 14 '23 10:07 theroggy