Open-EO / Open-EO/openeo-python-driver
Issue warning if file format is changed
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12
- Forks
- 8
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 4
Description
For aggregate_spatial you usually get a JSON although, you may have asked for a GeoTiff in save_result. This confuses people and should probably result in a warning in the logs.
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 by locating the aggregate_spatial and save_result implementations and inspect how the requested output format is handled and how warnings are logged. Done means a log warning is emitted when aggregate_spatial returns JSON despite a GeoTiff request; check the existing test layout for where this behavior should be covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100