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

Delaunay Triangulation has missing edges #477

Closed
dr-jts opened this issue Sep 19, 2019 · 1 comment · Fixed by #1004
Closed

Delaunay Triangulation has missing edges #477

dr-jts opened this issue Sep 19, 2019 · 1 comment · Fixed by #1004
Labels

Comments

@dr-jts
Copy link
Contributor

dr-jts commented Sep 19, 2019

Delaunay Triangulation produces a set of edges which is missing at least one edge/triangle. Following cases both exhibit this:

  • MULTIPOINT ((0 0), (1 0), (-1 0.05), (0 0))
  • MULTIPOINT ((0 0), (0 486), (1 486), (1 22), (2 22), (2 0))

Original report: shapely/shapely#764

@dr-jts dr-jts changed the title Delaunay Triangulation is missing edges Delaunay Triangulation has missing edges Sep 19, 2019
@dr-jts
Copy link
Contributor Author

dr-jts commented Aug 18, 2023

This appears to be fixed, probably by #931

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 a pull request may close this issue.

1 participant