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
provides these options.matplotlib
: While matplotlib
is not a good fit for working with geospatial data directly, it’s a format that’s well-incorporated by other tools.Installation is simple with conda install geoplot -c conda-forge
. See the documentation for help getting started.
Author note: geoplot
is currently in a maintenence state. I will continue to provide bugfixes and investigate user-reported issues on a best-effort basis, but do not expect to see any new library features anytime soon.