Sunday 19 January 2020

Create voronoi diagram from line segments


I'm looking for a way to create a voronoi diagram based on line segments instead of points. See the example below (taken from this presentation).



Ideally I'd like something I can script from Python, but a solution using ArcGIS or similar would also be acceptable.


voronoi diagram from line segments


The only library to do this I've found so far is openvoronoi, which looks promising. Are there any others?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...