compute_delaunay_triangulation

DelaunayDetector.compute_delaunay_triangulation(stations)[source]

Compute the Delaunay triangles.

The Delaunay triangles are comuted using scipy.spatial.Delaunay.

Parameters

stations (list of Station) – The stations used to compute the Delaunay tesselation.

Returns

The result of the Delaunay tesselation.

Return type

scipy.spatial.Delaunay