Update scripts/build_bus_regions.py

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

View File

@ -71,8 +71,6 @@ def voronoi_partition_pts(points, outline):
----------
points : Nx2 - ndarray[dtype=float]
outline : Polygon
no_multipolygons : bool (default: False)
If true, replace each MultiPolygon by its largest component
Returns
-------
polygons : N - ndarray[dtype=Polygon|MultiPolygon]