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