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

Fixing empty areas with low number of points #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

davide-f
Copy link

This pull request solve the issue #16.

The result of the partitioning of the problem described in #16 is shown below.
image

@pz-max
Copy link

pz-max commented Sep 17, 2021

I like that you added the multiplier as a variable, which keeps the function a bit more flexible when the data situation is limited. Could you explain the purpose of the add_bounds_shape in more detail? :)

voronoi_partition_pts(points, outline, no_multipolygons=False, add_bounds_shape=True, multiplier=5):

Updated description of the function voronoi_partition_pts
@davide-f
Copy link
Author

Thanks @pz-max for the suggestion; I forgot to update the description, which was instead needed.

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.

None yet

2 participants