Open-EO / Open-EO/openeo-python-client
datacube.dimension_labels() returns datacube instead of array of strings
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 217
- Forks
- 56
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with DataCube.dimension_labels() in the Python client and compare its behavior with the linked processes.dimension_labels documentation. Verify the result for the bands dimension, then confirm that the method returns an array of strings rather than a DataCube.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100