Travel Map With Cartopy

In a former post I generated a travel map plotted with Basemap. From the Basemap documentation, however, Cartopy will replace Basemap:

Starting in 2016, Basemap came under new management. The Cartopy project will replace Basemap, but it hasn’t yet implemented all of Basemap’s features. All new software development should try to use Cartopy whenever possible, and existing software should start the process of switching over to use Cartopy. All maintenance and development efforts should be focused on Cartopy.

In this post, I generate a similar travel map using Cartopy.

{% notebook downloads/notebooks/travel-map-cartopy/Cartopy.ipynb cells[1:] %}

This post was written entirely in the Jupyter notebook. You can download the original notebook.

© 2005 Matthew Kudija | Source