Addition of additively weighted Voronoi #2857
Manyhomework
started this conversation in
Feature proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thank all for the amazing work. Turf is a amazing library that tick almost all the boxes for my engineering project, I find the vonoroi function very useful. However, I could not use the vonoroi function in Turf as i specfically need additively weighted Voronoi for the engineering calculation to work. I recently came across this project called d3-weighted-voronoi is it possible to integrate something similar to Turf so i can use other Turf functions together with weighted vonoroi.
I also noticed d3-vonoroi is replaced by d3-delaunay which is based on Delaunator that is 5-10× faster. shall we consider updating the turf.vonoroi to use the latest d3-delaunay
Beta Was this translation helpful? Give feedback.
All reactions