Open-EO / Open-EO/openeo-python-client
Avoid unnecessary `UserWarning: No cube:dimensions metadata`
Open
Nobody has claimed this yet.
feature request
usability
- Dominant language
- Python
- Stars
- 217
- Forks
- 56
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
>>> connection.datacube_from_process("foobar")
openeo-python-client/openeo/metadata.py:244: UserWarning: No cube:dimensions metadata
complain("No cube:dimensions metadata")
This UserWarning makes no sense here and should be avoided
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 at openeo-python-client/openeo/metadata.py:244 and trace the metadata handling reached by connection.datacube_from_process("foobar"). Reproduce the example to confirm when the warning appears, then verify that this unnecessary UserWarning is no longer emitted in that case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100