basemap
Plot on map projections (with coastlines and political boundaries) using
matplotlib
.
This package depends on the support package basemap-data
with the
basic basemap
data assets, and optionally on the support package
basemap-data-hires
with high-resolution data assets.
Installation
Precompiled binary wheels for Windows and GNU/Linux are available in
PyPI (architectures x86 and x64, Python 2.7 and 3.5+) and can be
installed with pip
:
python -m pip install basemap
If you need to install from source, please visit the
GitHub repository for a
step-by-step description.
License
The library is licensed under the terms of the MIT license (see
LICENSE
). The GEOS dynamic library bundled with the package wheels
is provided under the terms of the LGPLv2.1 license as given in
LICENSE.geos
.