build_bus_regions: fix shapely deprecation

This commit is contained in:
Fabian 2022-11-15 07:45:13 +01:00
parent 5faaad02fa
commit 727688749c

View File

@ -107,7 +107,7 @@ def voronoi_partition_pts(points, outline):
polygons.append(poly) polygons.append(poly)
return np.array(polygons, dtype=object) return polygons
if __name__ == "__main__": if __name__ == "__main__":