I have the problem that I want to generate a Voronoi diagram in Python 3.8 and in a certain area (Orange) I want to know the sizes of the regions. What is the fastest way to do this?
My Voronoi-Diagram with the bounding in orange
For the diagram I used scipy.spatial Voronoi and voronoi_plot_2d