geoutils.Vector.delaunay_triangles#
- Vector.delaunay_triangles(tolerance=0.0, only_edges=False)[source]#
Return a
Vectorconsisting of objects representing the computed Delaunay triangulation between the vertices of an input geometry.See more details at
geopandas.GeoSeries.delaunay_triangles().- Return type:
TypeVar(VectorType, bound= Vector)