Metadata-Version: 2.1
Name: basemap
Version: 1.3.0rc1
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
Description: # 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.
        
        ## 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
        
        [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/develop/packages/basemap/LICENSE
        [`LICENSE.geos`]:
        https://github.com/matplotlib/basemap/blob/develop/packages/basemap/LICENSE.geos
        
Keywords: GIS,maps,plots
Platform: UNKNOWN
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
Provides-Extra: doc
Provides-Extra: dev
