DelaunayDetector.
compute_delaunay_triangulation
Compute the Delaunay triangles.
The Delaunay triangles are comuted using scipy.spatial.Delaunay.
scipy.spatial.Delaunay
stations (list of Station) – The stations used to compute the Delaunay tesselation.
list
Station
The result of the Delaunay tesselation.