psy-maps


Namepsy-maps JSON
Version 1.5.0 PyPI version JSON
download
home_pageNone
SummaryPsyplot plugin for visualization on a map
upload_time2024-04-03 18:18:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseLGPL-3.0-only
keywords visualization psyplot netcdf matplotlib cartopy maps georeferenced
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
..
.. SPDX-License-Identifier: CC-BY-4.0

========================================================
psy-maps: The psyplot plugin for visualizations on a map
========================================================

.. start-badges

|CI|
|Code coverage|
|Latest Release|
|PyPI version|
|Code style: black|
|Imports: isort|
|PEP8|
|REUSE status|

.. 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
`psyplot.github.io/psy-maps/ <http://psyplot.github.io/psy-maps>`__ for all
`plot methods`_, and checkout the examples_.


.. _cartopy: http://scitools.org.uk/cartopy
.. _mapplot: http://psyplot.github.io/psy-maps/generated/psyplot.project.plot.mapplot.html#psyplot.project.plot.mapplot
.. _mapvector: http://psyplot.github.io/psy-maps/generated/psyplot.project.plot.mapvector.html#psyplot.project.plot.mapvector
.. _psy-simple: http://psyplot.github.io/psy-simple/
.. _plot methods: http://psyplot.github.io/psy-maps/en/latest/plot_methods
.. _examples: http://psyplot.github.io/examples/


Copyright
---------
Copyright © 2021 Helmholtz-Zentrum Hereon, 2020-2021 Helmholtz-Zentrum
Geesthacht, 2016-2021 University of Lausanne

psy-maps and is released under the GNU LGPL-3.O license.
See COPYING and COPYING.LESSER in the root of the repository for full
licensing details.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License version 3.0 as
published by the Free Software Foundation.

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 LGPL-3.0 license for more details.

You should have received a copy of the GNU LGPL-3.0 license
along with this program.  If not, see https://www.gnu.org/licenses/.

.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psy-maps/badges/master/pipeline.svg
   :target: https://codebase.helmholtz.cloud/psyplot/psy-maps/-/pipelines?page=1&scope=all&ref=master
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psy-maps/badges/master/coverage.svg
   :target: https://codebase.helmholtz.cloud/psyplot/psy-maps/-/graphs/master/charts
.. |Latest Release| image:: https://codebase.helmholtz.cloud/psyplot/psy-maps/-/badges/release.svg
   :target: https://codebase.helmholtz.cloud/psyplot/psy-maps
.. |PyPI version| image:: https://img.shields.io/pypi/v/psy-maps.svg
   :target: https://pypi.python.org/pypi/psy-maps/
.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
.. |Imports: isort| image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
   :target: https://pycqa.github.io/isort/
.. |PEP8| image:: https://img.shields.io/badge/code%20style-pep8-orange.svg
   :target: https://www.python.org/dev/peps/pep-0008/
.. |REUSE status| image:: https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psy-maps
   :target: https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psy-maps

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "psy-maps",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "\"Philipp S. Sommer\" <philipp.sommer@hereon.de>",
    "keywords": "visualization, psyplot, netcdf, matplotlib, cartopy, maps, georeferenced",
    "author": null,
    "author_email": "\"Philipp S. Sommer\" <philipp.sommer@hereon.de>",
    "download_url": "https://files.pythonhosted.org/packages/bb/3e/008785998e5654c8725672140a1a7b81b8e8b6fdfcbdce895090e04b7e73/psy-maps-1.5.0.tar.gz",
    "platform": null,
    "description": ".. SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH\n..\n.. SPDX-License-Identifier: CC-BY-4.0\n\n========================================================\npsy-maps: The psyplot plugin for visualizations on a map\n========================================================\n\n.. start-badges\n\n|CI|\n|Code coverage|\n|Latest Release|\n|PyPI version|\n|Code style: black|\n|Imports: isort|\n|PEP8|\n|REUSE status|\n\n.. end-badges\n\nWelcome to the psyplot plugin for visualizations on a map. This package uses the\ncartopy_ package to project the plots that are made with the psy-simple_ plugin\nto an earth-referenced grid. It's main plot methods are the\nmapplot_ and mapvector_ plot methods which can plot\nrectangular and triangular plots.\n\nSee the full documentation on\n`psyplot.github.io/psy-maps/ <http://psyplot.github.io/psy-maps>`__ for all\n`plot methods`_, and checkout the examples_.\n\n\n.. _cartopy: http://scitools.org.uk/cartopy\n.. _mapplot: http://psyplot.github.io/psy-maps/generated/psyplot.project.plot.mapplot.html#psyplot.project.plot.mapplot\n.. _mapvector: http://psyplot.github.io/psy-maps/generated/psyplot.project.plot.mapvector.html#psyplot.project.plot.mapvector\n.. _psy-simple: http://psyplot.github.io/psy-simple/\n.. _plot methods: http://psyplot.github.io/psy-maps/en/latest/plot_methods\n.. _examples: http://psyplot.github.io/examples/\n\n\nCopyright\n---------\nCopyright \u00a9 2021 Helmholtz-Zentrum Hereon, 2020-2021 Helmholtz-Zentrum\nGeesthacht, 2016-2021 University of Lausanne\n\npsy-maps and is released under the GNU LGPL-3.O license.\nSee COPYING and COPYING.LESSER in the root of the repository for full\nlicensing details.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License version 3.0 as\npublished by the Free Software Foundation.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU LGPL-3.0 license for more details.\n\nYou should have received a copy of the GNU LGPL-3.0 license\nalong with this program.  If not, see https://www.gnu.org/licenses/.\n\n.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psy-maps/badges/master/pipeline.svg\n   :target: https://codebase.helmholtz.cloud/psyplot/psy-maps/-/pipelines?page=1&scope=all&ref=master\n.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psy-maps/badges/master/coverage.svg\n   :target: https://codebase.helmholtz.cloud/psyplot/psy-maps/-/graphs/master/charts\n.. |Latest Release| image:: https://codebase.helmholtz.cloud/psyplot/psy-maps/-/badges/release.svg\n   :target: https://codebase.helmholtz.cloud/psyplot/psy-maps\n.. |PyPI version| image:: https://img.shields.io/pypi/v/psy-maps.svg\n   :target: https://pypi.python.org/pypi/psy-maps/\n.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n.. |Imports: isort| image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336\n   :target: https://pycqa.github.io/isort/\n.. |PEP8| image:: https://img.shields.io/badge/code%20style-pep8-orange.svg\n   :target: https://www.python.org/dev/peps/pep-0008/\n.. |REUSE status| image:: https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psy-maps\n   :target: https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psy-maps\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0-only",
    "summary": "Psyplot plugin for visualization on a map",
    "version": "1.5.0",
    "project_urls": {
        "Documentation": "https://psyplot.github.io/psy-maps",
        "Homepage": "https://codebase.helmholtz.cloud/psyplot/psy-maps",
        "Source": "https://codebase.helmholtz.cloud/psyplot/psy-maps",
        "Tracker": "https://codebase.helmholtz.cloud/psyplot/psy-maps/issues/"
    },
    "split_keywords": [
        "visualization",
        " psyplot",
        " netcdf",
        " matplotlib",
        " cartopy",
        " maps",
        " georeferenced"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76a6b88816f6739f52da9ffc30f4959768d960a7b433c18f2cfb9449ccc5d249",
                "md5": "f927a8fce47d280c1a3df7ae2867b42d",
                "sha256": "c74f5122f62d66e51f31a9e27c3e29ecdb5ee988984163fe0079857adddd020b"
            },
            "downloads": -1,
            "filename": "psy_maps-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f927a8fce47d280c1a3df7ae2867b42d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 53316,
            "upload_time": "2024-04-03T18:18:35",
            "upload_time_iso_8601": "2024-04-03T18:18:35.139883Z",
            "url": "https://files.pythonhosted.org/packages/76/a6/b88816f6739f52da9ffc30f4959768d960a7b433c18f2cfb9449ccc5d249/psy_maps-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb3e008785998e5654c8725672140a1a7b81b8e8b6fdfcbdce895090e04b7e73",
                "md5": "563c716276ab4da8ed7f9ad569ea9c58",
                "sha256": "863973cf2614ab1254ff9a27a1a7afbe06b5acafe3aff16fdbbe1bcb7538f3e3"
            },
            "downloads": -1,
            "filename": "psy-maps-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "563c716276ab4da8ed7f9ad569ea9c58",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 64995,
            "upload_time": "2024-04-03T18:18:37",
            "upload_time_iso_8601": "2024-04-03T18:18:37.638403Z",
            "url": "https://files.pythonhosted.org/packages/bb/3e/008785998e5654c8725672140a1a7b81b8e8b6fdfcbdce895090e04b7e73/psy-maps-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 18:18:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "psy-maps"
}
        
Elapsed time: 0.22137s