Open-EO / Open-EO/openeo-python-client
define `aggregate_bbox` method
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 217
- Forks
- 56
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
filter_bbox expects a simple west/south/east/north dictionary
aggregate_spatial expects a shapely geometry or geojson format dict, which is less straightforward to build if you just have west/south/east/north bounds.
It could be useful for simple use cases to also provide aggregate_bbox to aggregate spatially, given a simple west/south/east/north dict
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 existing filter_bbox and aggregate_spatial entry points in the Python client and inspect their tests, if present. Define the expected behavior for a west/south/east/north dictionary based on the issue, then verify that aggregate_bbox produces the same kind of spatial aggregation request as aggregate_spatial.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100