In this section, we're going to create a Voronoi diagram based on geographical data. We'll use a list of all the airports in the world, and use their locations to create a Voronoi diagram. We can create maps using this approach that look like this:
You can still see the general shape of the continents, even though we did not plot any geographic data. The first thing to do is get the data and sanitize it.