Metadata-Version: 2.1
Name: basemap
Version: 1.3.3
Summary: Plot data on map projections with matplotlib
Home-page: https://matplotlib.org/basemap
Author: Jeff Whitaker
Author-email: jeffrey.s.whitaker@noaa.gov
Maintainer: Víctor Molina García
Maintainer-email: molinav@users.noreply.github.com
License: MIT
Project-URL: Bug Tracker, https://github.com/matplotlib/basemap/issues
Project-URL: Documentation, https://matplotlib.org/basemap/
Project-URL: Source, https://github.com/matplotlib/basemap
Keywords: GIS,maps,plots
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, <4
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.geos
Requires-Dist: basemap-data (<1.4,>=1.3.2)
Requires-Dist: numpy (<1.12,>=1.11) ; python_version == "2.6"
Requires-Dist: pyparsing (<2.4.1,>=1.5) ; python_version == "2.6"
Requires-Dist: matplotlib (<2.0,>=1.5) ; python_version == "2.6"
Requires-Dist: pyproj (<2.1.0,>=1.9.3) ; python_version == "2.6"
Requires-Dist: pyshp (<2.0,>=1.2) ; python_version == "2.6"
Requires-Dist: numpy (<1.17,>=1.16) ; python_version == "2.7"
Requires-Dist: matplotlib (<3.0,>=1.5) ; python_version == "2.7"
Requires-Dist: pyproj (<2.3.0,>=1.9.3) ; python_version == "2.7"
Requires-Dist: numpy (<1.12,>=1.11) ; python_version == "3.3"
Requires-Dist: matplotlib (<2.0,>=1.5) ; python_version == "3.3"
Requires-Dist: pyproj (<2.1.0,>=1.9.3) ; python_version == "3.3"
Requires-Dist: numpy (<1.17,>=1.15) ; python_version == "3.4"
Requires-Dist: matplotlib (<3.0,>=1.5) ; python_version == "3.4"
Requires-Dist: pyproj (<2.1.0,>=1.9.3) ; python_version == "3.4"
Requires-Dist: numpy (<1.19,>=1.16) ; python_version == "3.5"
Requires-Dist: numpy (<1.20,>=1.16) ; python_version == "3.6"
Requires-Dist: pyshp (<2.2,>=1.2) ; python_version >= "2.7"
Requires-Dist: matplotlib (<3.6,>=1.5) ; python_version >= "3.5"
Requires-Dist: pyproj (<3.4.0,>=1.9.3) ; python_version >= "3.5"
Requires-Dist: numpy (<1.23,>=1.21) ; python_version >= "3.7"
Provides-Extra: doc
Requires-Dist: sphinx (<3.4,>=3.0) ; (python_version >= "3.5") and extra == 'doc'
Provides-Extra: lint
Requires-Dist: unittest2 ; (python_version <= "3.9") and extra == 'lint'
Requires-Dist: flake8 (<3.0,>=2.6) ; (python_version == "2.6") and extra == 'lint'
Requires-Dist: flake8 (<4.0,>=2.6) ; (python_version == "2.7") and extra == 'lint'
Requires-Dist: astroid (<2.0,>=1.6) ; (python_version == "2.7") and extra == 'lint'
Requires-Dist: pylint (<2.0,>=1.9) ; (python_version == "2.7") and extra == 'lint'
Requires-Dist: flake8 (<3.0,>=2.6) ; (python_version == "3.2") and extra == 'lint'
Requires-Dist: flake8 (<3.0,>=2.6) ; (python_version == "3.3") and extra == 'lint'
Requires-Dist: flake8 (<3.9,>=2.6) ; (python_version == "3.4") and extra == 'lint'
Requires-Dist: flake8 (<4.1,>=2.6) ; (python_version >= "3.5") and extra == 'lint'
Requires-Dist: astroid (<3.0,>=2.4) ; (python_version >= "3.5") and extra == 'lint'
Requires-Dist: pylint (<3.0,>=2.6) ; (python_version >= "3.5") and extra == 'lint'
Provides-Extra: test
Requires-Dist: netCDF4 (<1.4,>=1.3) ; (python_version < "3.6") and extra == 'test'
Requires-Dist: unittest2 ; (python_version <= "3.9") and extra == 'test'
Requires-Dist: pytest (<3.3,>=3.2) ; (python_version == "2.6") and extra == 'test'
Requires-Dist: pytest-cov (<2.6,>=2.5) ; (python_version == "2.6") and extra == 'test'
Requires-Dist: ordereddict ; (python_version == "2.6") and extra == 'test'
Requires-Dist: pillow (<4.0.0,>=3.4.0) ; (python_version == "2.6") and extra == 'test'
Requires-Dist: pytest (<5.0,>=3.2) ; (python_version == "2.7") and extra == 'test'
Requires-Dist: pytest-cov (<3.0,>=2.5) ; (python_version == "2.7") and extra == 'test'
Requires-Dist: pillow (<7.0.0,>=6.2.2) ; (python_version == "2.7") and extra == 'test'
Requires-Dist: pytest (<3.0,>=2.9) ; (python_version == "3.2") and extra == 'test'
Requires-Dist: coverage (<4.0,>=3.7) ; (python_version == "3.2") and extra == 'test'
Requires-Dist: pytest-cov (<2.6,>=2.5) ; (python_version == "3.2") and extra == 'test'
Requires-Dist: pillow (<4.0.0,>=3.4.0) ; (python_version == "3.2") and extra == 'test'
Requires-Dist: pytest (<3.3,>=3.2) ; (python_version == "3.3") and extra == 'test'
Requires-Dist: pytest-cov (<2.6,>=2.5) ; (python_version == "3.3") and extra == 'test'
Requires-Dist: pillow (<5.0.0,>=4.3.0) ; (python_version == "3.3") and extra == 'test'
Requires-Dist: typing (<3.11,>=3.5) ; (python_version == "3.4") and extra == 'test'
Requires-Dist: pytest (<5.0,>=3.2) ; (python_version == "3.4") and extra == 'test'
Requires-Dist: pytest-cov (<2.9,>=2.5) ; (python_version == "3.4") and extra == 'test'
Requires-Dist: pillow (<6.0.0,>=5.4.0) ; (python_version == "3.4") and extra == 'test'
Requires-Dist: pytest (<6.2,>=3.2) ; (python_version == "3.5") and extra == 'test'
Requires-Dist: pillow (<8.0.0,>=7.1.0) ; (python_version == "3.5") and extra == 'test'
Requires-Dist: pillow (<9.0.0,>=8.3.2) ; (python_version == "3.6") and extra == 'test'
Requires-Dist: pytest-cov (<3.1,>=2.5) ; (python_version >= "3.5") and extra == 'test'
Requires-Dist: pytest (<6.3,>=6.2.5) ; (python_version >= "3.6") and extra == 'test'
Requires-Dist: netCDF4 (<1.5.6,>=1.3) ; (python_version >= "3.6") and extra == 'test'
Requires-Dist: pillow (<10.0.0,>=9.0.0) ; (python_version >= "3.7") and extra == 'test'

# 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`]:
```sh
python -m pip install basemap
```

If you need to install from source, please visit the
[GitHub repository](https://github.com/matplotlib/basemap) 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`].


[`matplotlib`]:
https://matplotlib.org/
[`basemap`]:
https://matplotlib.org/basemap/
[`basemap-data`]:
https://pypi.org/project/basemap-data
[`basemap-data-hires`]:
https://pypi.org/project/basemap-data-hires
[`pip`]:
https://pip.pypa.io/

[LGPLv2.1]:
https://spdx.org/licenses/LGPL-2.1-only.html
[MIT]:
https://spdx.org/licenses/MIT.html

[`LICENSE`]:
https://github.com/matplotlib/basemap/blob/v1.3.3/packages/basemap/LICENSE
[`LICENSE.geos`]:
https://github.com/matplotlib/basemap/blob/v1.3.3/packages/basemap/LICENSE.geos
