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

Voronoi: Add option to reorder diagram to match order of input points #781

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

dbaston
Copy link
Member

@dbaston dbaston commented Jan 2, 2023

This may slow down the Voronoi creation process by a significant amount (50% for a diagram of 1 million random points), so it needs to be explicitly turned on through VoronoiDiagramBuilder::setOrdered or GEOS_VORONOI_PRESERVE_ORDER.

(This PR is an update of #320)

This may slow down the Voronoi creation process by a significant amount
(50% for a diagram of 1 million random points), so it needs to be
explicitly turned on through `VoronoiDiagramBuilder::setOrdered`
or `GEOS_VORONOI_PRESERVE_ORDER`.
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

1 participant