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

Fix IncrementalDelaunayTriangulator to ensure triangulation boundary is convex #953

Merged
merged 1 commit into from Sep 5, 2023

Conversation

dr-jts
Copy link
Contributor

@dr-jts dr-jts commented Sep 5, 2023

Port of locationtech/jts#1004

This adds logic to IncrementalDelaunayTriangulator to ensure that the triangulation boundary is always convex (as per specification). This is required because the "frame" created to contain the triangulation construction is not infinitely distant from the input points. This has been causing robustness failures in cases where a site lies very close to the convex hull of the input.

This is a robust enhancement that replaces the frame size heuristic change in #728.

Also fixes issues reported for ConcaveHull ( #719, #946)

@dr-jts dr-jts added the Bug label Sep 5, 2023
@dr-jts dr-jts merged commit d4af4f9 into libgeos:main Sep 5, 2023
27 checks passed
@dr-jts dr-jts deleted the fix-delaunay-frame-logic branch September 5, 2023 23:27
dr-jts added a commit that referenced this pull request Sep 5, 2023
@dr-jts
Copy link
Contributor Author

dr-jts commented Sep 6, 2023

const comments fixed in 1033161.

Thanks.

mwtoews pushed a commit to mwtoews/geos that referenced this pull request Jan 26, 2024
mwtoews added a commit that referenced this pull request Jan 31, 2024
* Fix IncrementalDelaunayTriangulator to ensure triangulation boundary is convex (#953)
* Fix compile errors
* Add to NEWS.md

---------

Co-authored-by: Martin Davis <mtnclimb@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants