Expand description
SphericalVoronoi Implementation
This module provides a SphericalVoronoi implementation similar to SciPy’s SphericalVoronoi. It computes Voronoi diagrams on the surface of a sphere.
The Voronoi diagram is calculated from input points on the surface of the sphere. The algorithm calculates the convex hull of the input points (which is equivalent to their Delaunay triangulation on the sphere), and then determines the Voronoi vertices by calculating the circumcenters of those triangulations on the sphere.
Structs§
- Spherical
Voronoi - SphericalVoronoi calculates a Voronoi diagram on the surface of a sphere.