Skip to content

Python Multiplicatively Weighted Voronoi (Diagram)

License

Notifications You must be signed in to change notification settings

mauriciodev/pymwv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pymwv

Python Multiplicatively Weighted Voronoi (Diagram)

  • Hello Thank you for your interest in this small piece of code. GDAL has evolved a lot in the past years so now it's pretty easy to implement a Multiplicatively Weighted Voronoi Diagram, unlike when I was pursuing my Masters Degree. So here it is.

  • Requirements:
    python3-gdal

  • Usage:
    python pymwv.py ogrDataSource SitesLayerName WeightAttribute OutpuLayerName

The program will create a new layer on the same ogrDataSource. I hope that this piece of code will be usefull for you.

  • Example:
    unzip test_data.zip
    python pymwv.py ./test_data test_data weight out_data

About

Python Multiplicatively Weighted Voronoi (Diagram)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages