geoplot
is a high-level Python geospatial plotting library. It’s an extension to cartopy
and matplotlib
which makes mapping easy: like seaborn
for geospatial. It comes with the following features:
geoplot
is cartographic plotting for the 90% of use cases. All of the standard-bearermaps that you’ve probably seen in your geography textbook are easily accessible.geoplot
provides these options.matplotlib
is not a good fit for working with geospatial data directly, it’s a format that’s well-incorporated by other tools.Browse the Gallery to see what geoplot
can do, then jump into the
Quickstart
or the API Reference to see how to do it. For help installing, check out
Installation.