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

Improve Buffer input simplification for rings #1022

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

dr-jts
Copy link
Contributor

@dr-jts dr-jts commented Nov 21, 2023

Improves BufferInputLineSimplifier to simplify end segments of rings.

This is feasible because there is no need to preserve the directionality of end segments in rings.

This could be further enhanced to simplify shallow concavities across ring ends, but since the primary aim of simplification is to improve performance there is diminishing returns in doing this.

Fixes #1019.

@dr-jts dr-jts merged commit 89bfbab into locationtech:master Nov 21, 2023
1 check passed
@dr-jts dr-jts deleted the improve-bufferlinesimplifier branch November 21, 2023 23:59
@dr-jts dr-jts changed the title Improve Buffer input ring simplification Improve Buffer input simplification for rings Nov 22, 2023
@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.

BufferInputLineSimplifier doesn't simplify end segments of rings
2 participants