Metadata-Version: 1.2
Name: psy-maps
Version: 1.3.0
Summary: Psyplot plugin for visualization on a map
Home-page: https://github.com/psyplot/psy-maps
Author: Philipp Sommer
Author-email: philipp.sommer@unil.ch
License: GPLv2
Project-URL: Documentation, https://psyplot.readthedocs.io/projects/psy-maps
Project-URL: Source, https://github.com/psyplot/psy-maps
Project-URL: Tracker, https://github.com/psyplot/psy-maps/issues
Description: ========================================================
        psy-maps: The psyplot plugin for visualizations on a map
        ========================================================
        
        .. start-badges
        
        .. list-table::
            :stub-columns: 1
            :widths: 10 90
        
            * - docs
              - |docs|
            * - tests
              - |travis| |appveyor| |requires| |codecov|
            * - package
              - |version| |conda| |supported-versions| |supported-implementations| |zenodo|
        
        .. |docs| image:: http://readthedocs.org/projects/psy-maps/badge/?version=latest
            :alt: Documentation Status
            :target: http://psy-maps.readthedocs.io/en/latest/?badge=latest
        
        .. |travis| image:: https://travis-ci.org/psyplot/psy-maps.svg?branch=master
            :alt: Travis
            :target: https://travis-ci.org/psyplot/psy-maps
        
        .. |appveyor| image:: https://ci.appveyor.com/api/projects/status/3jk6ea1n4a4dl6vk?svg=true
            :alt: AppVeyor
            :target: https://ci.appveyor.com/project/psyplot/psy-maps
        
        .. |codecov| image:: https://codecov.io/gh/psyplot/psy-maps/branch/master/graph/badge.svg
            :alt: Coverage
            :target: https://codecov.io/gh/psyplot/psy-maps
        
        .. |requires| image:: https://requires.io/github/psyplot/psy-maps/requirements.svg?branch=master
            :alt: Requirements Status
            :target: https://requires.io/github/psyplot/psy-maps/requirements/?branch=master
        
        .. |version| image:: https://img.shields.io/pypi/v/psy-maps.svg?style=flat
            :alt: PyPI Package latest release
            :target: https://pypi.python.org/pypi/psy-maps
        
        .. |conda| image:: https://anaconda.org/conda-forge/psy-maps/badges/version.svg
            :alt: conda
            :target: https://anaconda.org/conda-forge/psy-maps
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/psy-maps.svg?style=flat
            :alt: Supported versions
            :target: https://pypi.python.org/pypi/psy-maps
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/psy-maps.svg?style=flat
            :alt: Supported implementations
            :target: https://pypi.python.org/pypi/psy-maps
        
        .. |zenodo| image:: https://zenodo.org/badge/83305582.svg
            :alt: Zenodo
            :target: https://zenodo.org/badge/latestdoi/83305582
        
        
        .. end-badges
        
        Welcome to the psyplot plugin for visualizations on a map. This package uses the
        cartopy_ package to project the plots that are made with the psy-simple_ plugin
        to an earth-referenced grid. It's main plot methods are the
        mapplot_ and mapvector_ plot methods which can plot
        rectangular and triangular plots.
        
        See the full documentation on
        `readthedocs.org <http://psyplot.readthedocs.io/projects/psy-maps>`__ for all
        `plot methods`_ and examples_.
        
        .. _cartopy: http://scitools.org.uk/cartopy
        .. _mapplot: http://psyplot.readthedocs.io/projects/psy-maps/en/latest/generated/psyplot.project.plot.mapplot.html#psyplot.project.plot.mapplot
        .. _mapvector: http://psyplot.readthedocs.io/projects/psy-maps/en/latest/generated/psyplot.project.plot.mapvector.html#psyplot.project.plot.mapvector
        .. _psy-simple: http://psyplot.readthedocs.io/projects/psy-simple/
        .. _plot methods: http://psyplot.readthedocs.io/projects/psy-maps/en/latest/plot_methods
        .. _examples: http://psyplot.readthedocs.io/projects/psy-maps/en/latest/examples
        
        Copyright
        ---------
        Copyright (C) 2016-2018 Philipp S. Sommer
        
        This program is free software; you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation; either version 2 of the License, or
        (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.
        
Keywords: visualization netcdf raster cartopy earth-sciences psyplot
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
