geoutils.Vector.voronoi_polygons

geoutils.Vector.voronoi_polygons#

Vector.voronoi_polygons(tolerance=0.0, extend_to=None, only_edges=False)[source]#

Returns a Vector consisting of objects representing the computed Voronoi diagram around the vertices of an input geometry.

See more details at geopandas.GeoSeries.voronoi_polygons().

Return type:

Vector