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

Include prevent_oversimplify and change shared_paths to shared_coords #86

Merged
merged 1 commit into from
May 24, 2020

Conversation

mattijn
Copy link
Owner

@mattijn mattijn commented May 24, 2020

This PR fix #84 and close #85:

  • includes a prevent_oversimplify parameter. Use True for a, so-called, topology-preserving variant for linestring simplification.
  • changed the name of the shared_paths parameter to shared_coords. It can be set to True for the dict/set introduced in Use dicts and sets in to get junctions #76 or False to use the shapely shared_paths() function.

In a follow-up PR this shared_coords parameter will default to True since this introduce numerous changes in the tests.

@mattijn mattijn merged commit 2958db5 into master May 24, 2020
@mattijn mattijn deleted the prevent-oversimplification branch July 3, 2020 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-topological simplification
1 participant