Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: tessellation may produce overlapping polygons #537

Closed
martinfleis opened this issue Jan 19, 2024 · 2 comments
Closed

BUG: tessellation may produce overlapping polygons #537

martinfleis opened this issue Jan 19, 2024 · 2 comments
Milestone

Comments

@martinfleis
Copy link
Member

Attached is a tiny portion of large tessellation which contains overlapping polygons. Only very tiny overlaps, but overlaps nevertheless. This causes shapely.coverage_union_all to fail. We should ensure that the result of tessellation is a clean topological coverage.

I guess that some internals of the tessellation algo are in a need of refactoring but I am really not looking forward to that as that code is a beast.

@martinfleis martinfleis added this to the 0.8.0 milestone Jan 19, 2024
@martinfleis
Copy link
Member Author

One pathway to explore is to use GEOS instead of SciPy to generate the diagram. Unsure about performance but shapely gives us back polygons.

@martinfleis
Copy link
Member Author

Resolved by #559

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant