As per my Understanding:
Voronoi diagram: A Voronoi diagram is based on the minimum distance needed to reach a landmark. If you need to go to a metro station, the most natural algorithm is going to the nearest one.
I know there are python packages and code to calculate Voronoi. But I'm finding it hard to understand the concept of Voronoi diagram, tessellations, and calculating the minimum distance.
Can someone explain the intuition of the Voronoi diagram?