Update scripts/build_bus_regions.py

This commit is contained in:
Fabian Hofmann 2022-06-07 15:01:18 +02:00 committed by GitHub
parent aa867cb704
commit 97fbf77ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ def save_to_geojson(s, fn):
s.to_file(fn, driver='GeoJSON', schema=schema)
def voronoi_partition_pts(points, outline, no_multipolygons=False):
def voronoi_partition_pts(points, outline):
"""
Compute the polygons of a voronoi partition of `points` within the
polygon `outline`. Taken from