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

More robust Delaunay Triangulation frame size heuristic #931

Merged
merged 1 commit into from
Nov 8, 2022

Conversation

dr-jts
Copy link
Contributor

@dr-jts dr-jts commented Nov 8, 2022

Increases the size of the "frame" used to initialize the Incremental Delaunay Triangulation subdivision. This improves the robustness of constructing triangulations which contain very narrow triangles along the edge of the subdivision.

Originally reported as a failure in the Concave Hull algorithm in libgeos/geos#719. The failure was caused by the constructed triangulation failing to contain triangles which covered the convex hull of the input.

Issue #477 has more failure cases that this solves.

Signed-off-by: Martin Davis [email protected]

@dr-jts dr-jts self-assigned this Nov 8, 2022
@dr-jts dr-jts changed the title Make the Delaunay Triangulation frame size heuristic more robust More robust Delaunay Triangulation frame size heuristic Nov 8, 2022
@dr-jts dr-jts merged commit 4d99c34 into locationtech:master Nov 8, 2022
@dr-jts dr-jts deleted the fix-delaunay-frame branch November 8, 2022 00:52
@jodygarnett jodygarnett added this to the 1.20.0 milestone Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants