Update scripts/build_bus_regions.py
This commit is contained in:
parent
97fbf77ff8
commit
bdd094d796
@ -71,8 +71,6 @@ def voronoi_partition_pts(points, outline):
|
|||||||
----------
|
----------
|
||||||
points : Nx2 - ndarray[dtype=float]
|
points : Nx2 - ndarray[dtype=float]
|
||||||
outline : Polygon
|
outline : Polygon
|
||||||
no_multipolygons : bool (default: False)
|
|
||||||
If true, replace each MultiPolygon by its largest component
|
|
||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
polygons : N - ndarray[dtype=Polygon|MultiPolygon]
|
polygons : N - ndarray[dtype=Polygon|MultiPolygon]
|
||||||
|
Loading…
Reference in New Issue
Block a user