Metadata-Version: 2.1
Name: basemap_data_hires
Version: 1.3.0
Summary: High-resolution data assets for matplotlib basemap
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: GNU Lesser General Public License v3 or later (LGPLv3+)
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-data-hires
        
        Plot on map projections (with coastlines and political boundaries) using
        [`matplotlib`].
        
        This is an optional package for [`basemap`] with the high-resolution
        data assets.
        
        ## Installation
        
        The package is available in PyPI and can be installed with [`pip`]:
        ```python
        python -m pip install basemap-data-hires
        ```
        
        ## License
        
        The land-sea mask, coastline, lake, river and political boundary data
        are extracted from the [GSHHG] datasets (version 2.3.6) using [GMT]
        (5.x series) and are included under the terms of the [LGPLv3+] license
        (see [`COPYING`] and [`COPYING.LESSER`]).
        
        
        [`matplotlib`]:
        https://matplotlib.org/
        [`basemap`]:
        https://matplotlib.org/basemap/
        [`pip`]:
        https://pip.pypa.io/
        
        [GSHHG]:
        https://www.soest.hawaii.edu/pwessel/gshhg
        [GMT]:
        https://www.generic-mapping-tools.org/
        
        [LGPLv3+]:
        https://spdx.org/licenses/LGPL-3.0-or-later.html
        [`COPYING`]:
        https://github.com/matplotlib/basemap/blob/v1.3.0/packages/basemap_data_hires/COPYING
        [`COPYING.LESSER`]:
        https://github.com/matplotlib/basemap/blob/v1.3.0/packages/basemap_data_hires/COPYING.LESSER
        
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 :: GNU Lesser General Public License v3 or later (LGPLv3+)
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
