Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 524 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 524 Bytes

Bounded Voronoi Demo

This repository contains sample data for the Mapsense Bounded Voronoi demo, as well as a python script (voronoi.py) and a Jupyter notebook (Voronoi.ipynb) which will create a bounded Voronoi diagram.

Dependencies:

numpy >= 1.9.2
scipy >= 0.15.1
shapely >= 1.4.1

Installation:

pip install -r requirements.txt

Usage:

Make sure that both example data files are in the same directory as voronoi.py, then run

python voronoi.py

The output will be saved in voronoi.geojson