geoutils.Vector.voronoi_polygons#
- Vector.voronoi_polygons(tolerance=0.0, extend_to=None, only_edges=False)[source]#
Return a
Vectorconsisting of objects representing the computed Voronoi diagram around the vertices of an input geometry.See more details at
geopandas.GeoSeries.voronoi_polygons().- Return type:
TypeVar(VectorType, bound= Vector)