Open-EO / Open-EO/openeo-python-driver
Combining multiple bounding boxes: intersect instead of arbitrairy one
Open
@soxofaan is already working on this.
Since Aug 4, 2025.
API
bug
technical debt
- Dominant language
- Python
- Stars
- 12
- Forks
- 8
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 4
Description
support question raised by @manugv which has this use case (condensed):
load_collection(bbox1) .... filter_spatial(bbox2)
bounding box of result is bbox2, while https://github.com/Open-EO/openeo-processes/issues/201 clarified that it should be intersection
related part of logic:
https://github.com/Open-EO/openeo-python-driver/blob/8974d65b2a0e562151fa32f711b74f884bf3e3ba/openeo_driver/dry_run.py#L485-L488
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.
Assessment
This issue has not been assessed yet.