Skip to content

Create taxi voronoi polies in 2D using Shapely's ops.split. Slower, but simple, and serves as a proof of concept in up-scaling to 3D, with a 3D plane constructor

Notifications You must be signed in to change notification settings

bobbysoon/Taxi2D_Shapely

Repository files navigation

Taxi2D_Shapely

simple demo using MatPlotLib: python3 GeoTaxi_MatPlot.py [nCentroids] [nRandomSamples]

nRandomSamples: more means more evenly distributed centroids

large values of nCentroids and/or nRandomSamples slows it down exponentially.

About

Create taxi voronoi polies in 2D using Shapely's ops.split. Slower, but simple, and serves as a proof of concept in up-scaling to 3D, with a 3D plane constructor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages