Overview
A Voronoi diagram is
the division of a space into regions around a set of seed points such
that each point in a given region is closer to that seed point than
any other. Voronoi tessellations can be used in various density and
spatial analysis, e.g. for characterizing membranes or interaction
surfaces/binding sites.
Voronoi tessellation and related algorithms (e.g. Delaunay triangulation)
have been implemented in scipy (https://docs.scipy.org/doc/scipy/reference/spatial.html#delaunay-triangulation-convex-hulls-and-voronoi-diagrams).
Overview
A Voronoi diagram is
the division of a space into regions around a set of seed points such
that each point in a given region is closer to that seed point than
any other. Voronoi tessellations can be used in various density and
spatial analysis, e.g. for characterizing membranes or interaction
surfaces/binding sites.
Voronoi tessellation and related algorithms (e.g. Delaunay triangulation)
have been implemented in scipy (https://docs.scipy.org/doc/scipy/reference/spatial.html#delaunay-triangulation-convex-hulls-and-voronoi-diagrams).