Open-EO / Open-EO/openeo-python-driver
Empty geometry iso error for `vector_buffer` with negative buffer on small geometries
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12
- Forks
- 8
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 4
Description
https://github.com/Open-EO/openeo-processes/issues/404 added specification what should happen when negative buffering of small geometries with vector_buffer: use empty geometries.
Current implementation in openeo-python-driver however throws an error. Originally it was an obscure error message (see https://github.com/Open-EO/openeo-geopyspark-driver/issues/314). The error was improved in https://github.com/Open-EO/openeo-python-driver/issues/164 as quick fix.
Next step is to introduce empty geometries (and support them in subsequent processes like aggregate_spatial) instead of throwing errors.
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.