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

Expose angle removal constraint for connections to user #297

Closed
wouterjdb opened this issue Jan 7, 2021 · 0 comments · Fixed by #298
Closed

Expose angle removal constraint for connections to user #297

wouterjdb opened this issue Jan 7, 2021 · 0 comments · Fixed by #298
Assignees
Labels
enhancement New feature or request

Comments

@wouterjdb
Copy link
Collaborator

We currently have a hard-coded constraint that a triangle create by the Delaunay triangulation will removed if it has an angle larger than 150 degrees.

This seems to lead to a lot of duplicate connections in the case of multiple connections per well:

image

After changing the angle to 80 (maybe a bit too strict), the same area looked like:

image

By letting the user tweak this number the number of duplicate connections could be reduced significantly.

@wouterjdb wouterjdb added the enhancement New feature or request label Jan 7, 2021
@wouterjdb wouterjdb mentioned this issue Jan 7, 2021
9 tasks
@wouterjdb wouterjdb self-assigned this Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant