psyplot


Namepsyplot JSON
Version 1.5.0 PyPI version JSON
download
home_pageNone
SummaryPython package for interactive data visualization
upload_time2024-04-02 08:37:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseLGPL-3.0-only
keywords visualization netcdf raster cartopy earth-sciences
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

===============================================
The psyplot interactive visualization framework
===============================================

.. start-badges

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

.. end-badges

Welcome! **psyplot** is an open source python project that mainly combines the
plotting utilities of matplotlib_ and the data management of the xarray_
package. The main purpose is to have a framework that allows a  fast,
attractive, flexible, easily applicable, easily reproducible and especially
an interactive visualization of your data.

The ultimate goal is to help scientists and especially climate model
developers in their daily work by providing a flexible visualization tool that
can be enhanced by their own visualization scripts. ``psyplot`` can be used
through the python command line and through the psyplot-gui_ module which
provides a graphical user interface for an easier interactive usage.

The package is very new and there are many features that will be included in
the future. So we are very pleased for feedback! Please simply raise an issue
on `GitHub <https://codebase.helmholtz.cloud/psyplot/psyplot>`__ (see also
`How to contribute`_ in the docs).

.. _psyplot-gui: http://psyplot.github.io/psyplot-gui/
.. _How to contribute: http://psyplot.github.io/psyplot/contribute.html

You can see the full documentation on
`psyplot.github.io/psyplot <http://psyplot.github.io/psyplot/>`__.


Get in touch
------------
Any quesions? Do not hessitate to get in touch with the psyplot developers.

- Create an issue at the `bug tracker`_
- Chat with the developers in out `team on mattermost`_
- Subscribe to the `mailing list`_ and ask for support
- Sent a mail to psyplot@hzg.de

See also the `code of conduct`_, and our `contribution guide`_ for more
information and a guide about good bug reports.

.. _bug tracker: https://codebase.helmholtz.cloud/psyplot/psyplot
.. _team on mattermost: https://mattermost.hzdr.de/psyplot/
.. _mailing list: https://www.listserv.dfn.de/sympa/subscribe/psyplot
.. _code of conduct: https://codebase.helmholtz.cloud/psyplot/psyplot/blob/master/CODE_OF_CONDUCT.md
.. _contribution guide: https://codebase.helmholtz.cloud/psyplot/psyplot/blob/master/CONTRIBUTING.md


How to cite psyplot
-------------------

When using psyplot, you should at least cite the publication in
`the Journal of Open Source Software`_:

.. image:: http://joss.theoj.org/papers/3535c28017003f0b5fb63b1b64118b60/status.svg
    :alt: Journal of Open Source Software
    :target: http://joss.theoj.org/papers/3535c28017003f0b5fb63b1b64118b60

Sommer, P. S.: The psyplot interactive visualization framework,
*The Journal of Open Source Software*, 2, doi:10.21105/joss.00363,
https://doi.org/10.21105/joss.00363, 2017.

Furthermore, each release of psyplot and it's subprojects_ is
associated with a DOI using zenodo.org_. If you want to cite a specific
version or plugin, please refer to the `releases page of psyplot` or the
releases page of the corresponding subproject.


.. _the Journal of Open Source Software: http://joss.theoj.org/
.. _subprojects: https://psyplot.github.io/
.. _zenodo.org: https://zenodo.org/
.. _releases page of psyplot: https://codebase.helmholtz.cloud/psyplot/psyplot/-/releases


Acknowledgment
--------------
This package is being developed by Philipp S. Sommer at the
`Helmholtz Coastal Data Center (HCDC)`_ of the `Helmholtz-Zentrum Hereon`_.

I want to thank the developers of the matplotlib_, xarray_ and cartopy_
packages for their great packages and of course the python developers for their
fascinating work on this beautiful language.

A special thanks to Stefan Hagemann and Tobias Stacke from the
Max-Planck-Institute of Meteorology in Hamburg, Germany for the motivation on
this project and to the people of the `Not yet visible`_ agency for their
advice in designing the logo and webpage.

Finally the author thanks the Swiss National Science Foundation (SNF) for their
support. Funding for the author came from the `ACACIA grant (CR10I2_146314)`_
and the `HORNET grant (200021_169598)`_.

.. _Helmholtz Coastal Data Center (HCDC): https://hcdc.hereon.de
.. _Helmholtz-Zentrum Hereon: https://www.hereon.de
.. _matplotlib: http://matplotlib.org
.. _xarray: http://xarray.pydata.org/
.. _cartopy: http://scitools.org.uk/cartopy
.. _Not yet visible: https://notyetvisible.de/
.. _ACACIA grant (CR10I2_146314): http://p3.snf.ch/project-146314
.. _HORNET grant (200021_169598): http://p3.snf.ch/project-169598



Note
----
Commits on github prior to version 1.0 were moved into another repository, the
`psyplot_old`_ repository. This has been done because prior to version 1.0,
the github repository contained all the reference figures used for testing
which made the size of the repository too large.

.. _psyplot_old: https://github.com/Chilipp/psyplot_old


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

psyplot 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/psyplot/badges/master/pipeline.svg
   :target: https://codebase.helmholtz.cloud/psyplot/psyplot/-/pipelines?page=1&scope=all&ref=master
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psyplot/badges/master/coverage.svg
   :target: https://codebase.helmholtz.cloud/psyplot/psyplot/-/graphs/develop/charts
.. |Latest Release| image:: https://codebase.helmholtz.cloud/psyplot/psyplot/-/badges/release.svg
   :target: https://codebase.helmholtz.cloud/psyplot/psyplot
.. |PyPI version| image:: https://img.shields.io/pypi/v/psyplot.svg
   :target: https://pypi.python.org/pypi/psyplot/
.. |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/psyplot
   :target: https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psyplot

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "psyplot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "\"Philipp S. Sommer\" <philipp.sommer@hereon.de>",
    "keywords": "visualization, netcdf, raster, cartopy, earth-sciences",
    "author": null,
    "author_email": "\"Philipp S. Sommer\" <philipp.sommer@hereon.de>",
    "download_url": "https://files.pythonhosted.org/packages/08/d2/5d2e53f15ffc967af5713747550517e31a3d816ca83bd9300cb54204160e/psyplot-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===============================================\nThe psyplot interactive visualization framework\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! **psyplot** is an open source python project that mainly combines the\nplotting utilities of matplotlib_ and the data management of the xarray_\npackage. The main purpose is to have a framework that allows a  fast,\nattractive, flexible, easily applicable, easily reproducible and especially\nan interactive visualization of your data.\n\nThe ultimate goal is to help scientists and especially climate model\ndevelopers in their daily work by providing a flexible visualization tool that\ncan be enhanced by their own visualization scripts. ``psyplot`` can be used\nthrough the python command line and through the psyplot-gui_ module which\nprovides a graphical user interface for an easier interactive usage.\n\nThe package is very new and there are many features that will be included in\nthe future. So we are very pleased for feedback! Please simply raise an issue\non `GitHub <https://codebase.helmholtz.cloud/psyplot/psyplot>`__ (see also\n`How to contribute`_ in the docs).\n\n.. _psyplot-gui: http://psyplot.github.io/psyplot-gui/\n.. _How to contribute: http://psyplot.github.io/psyplot/contribute.html\n\nYou can see the full documentation on\n`psyplot.github.io/psyplot <http://psyplot.github.io/psyplot/>`__.\n\n\nGet in touch\n------------\nAny quesions? Do not hessitate to get in touch with the psyplot developers.\n\n- Create an issue at the `bug tracker`_\n- Chat with the developers in out `team on mattermost`_\n- Subscribe to the `mailing list`_ and ask for support\n- Sent a mail to psyplot@hzg.de\n\nSee also the `code of conduct`_, and our `contribution guide`_ for more\ninformation and a guide about good bug reports.\n\n.. _bug tracker: https://codebase.helmholtz.cloud/psyplot/psyplot\n.. _team on mattermost: https://mattermost.hzdr.de/psyplot/\n.. _mailing list: https://www.listserv.dfn.de/sympa/subscribe/psyplot\n.. _code of conduct: https://codebase.helmholtz.cloud/psyplot/psyplot/blob/master/CODE_OF_CONDUCT.md\n.. _contribution guide: https://codebase.helmholtz.cloud/psyplot/psyplot/blob/master/CONTRIBUTING.md\n\n\nHow to cite psyplot\n-------------------\n\nWhen using psyplot, you should at least cite the publication in\n`the Journal of Open Source Software`_:\n\n.. image:: http://joss.theoj.org/papers/3535c28017003f0b5fb63b1b64118b60/status.svg\n    :alt: Journal of Open Source Software\n    :target: http://joss.theoj.org/papers/3535c28017003f0b5fb63b1b64118b60\n\nSommer, P. S.: The psyplot interactive visualization framework,\n*The Journal of Open Source Software*, 2, doi:10.21105/joss.00363,\nhttps://doi.org/10.21105/joss.00363, 2017.\n\nFurthermore, each release of psyplot and it's subprojects_ is\nassociated with a DOI using zenodo.org_. If you want to cite a specific\nversion or plugin, please refer to the `releases page of psyplot` or the\nreleases page of the corresponding subproject.\n\n\n.. _the Journal of Open Source Software: http://joss.theoj.org/\n.. _subprojects: https://psyplot.github.io/\n.. _zenodo.org: https://zenodo.org/\n.. _releases page of psyplot: https://codebase.helmholtz.cloud/psyplot/psyplot/-/releases\n\n\nAcknowledgment\n--------------\nThis package is being developed by Philipp S. Sommer at the\n`Helmholtz Coastal Data Center (HCDC)`_ of the `Helmholtz-Zentrum Hereon`_.\n\nI want to thank the developers of the matplotlib_, xarray_ and cartopy_\npackages for their great packages and of course the python developers for their\nfascinating work on this beautiful language.\n\nA special thanks to Stefan Hagemann and Tobias Stacke from the\nMax-Planck-Institute of Meteorology in Hamburg, Germany for the motivation on\nthis project and to the people of the `Not yet visible`_ agency for their\nadvice in designing the logo and webpage.\n\nFinally the author thanks the Swiss National Science Foundation (SNF) for their\nsupport. Funding for the author came from the `ACACIA grant (CR10I2_146314)`_\nand the `HORNET grant (200021_169598)`_.\n\n.. _Helmholtz Coastal Data Center (HCDC): https://hcdc.hereon.de\n.. _Helmholtz-Zentrum Hereon: https://www.hereon.de\n.. _matplotlib: http://matplotlib.org\n.. _xarray: http://xarray.pydata.org/\n.. _cartopy: http://scitools.org.uk/cartopy\n.. _Not yet visible: https://notyetvisible.de/\n.. _ACACIA grant (CR10I2_146314): http://p3.snf.ch/project-146314\n.. _HORNET grant (200021_169598): http://p3.snf.ch/project-169598\n\n\n\nNote\n----\nCommits on github prior to version 1.0 were moved into another repository, the\n`psyplot_old`_ repository. This has been done because prior to version 1.0,\nthe github repository contained all the reference figures used for testing\nwhich made the size of the repository too large.\n\n.. _psyplot_old: https://github.com/Chilipp/psyplot_old\n\n\nCopyright\n---------\nCopyright \u00a9 2021 Helmholtz-Zentrum Hereon, 2020-2021 Helmholtz-Zentrum\nGeesthacht, 2016-2021 University of Lausanne\n\npsyplot 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\n.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psyplot/badges/master/pipeline.svg\n   :target: https://codebase.helmholtz.cloud/psyplot/psyplot/-/pipelines?page=1&scope=all&ref=master\n.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psyplot/badges/master/coverage.svg\n   :target: https://codebase.helmholtz.cloud/psyplot/psyplot/-/graphs/develop/charts\n.. |Latest Release| image:: https://codebase.helmholtz.cloud/psyplot/psyplot/-/badges/release.svg\n   :target: https://codebase.helmholtz.cloud/psyplot/psyplot\n.. |PyPI version| image:: https://img.shields.io/pypi/v/psyplot.svg\n   :target: https://pypi.python.org/pypi/psyplot/\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/psyplot\n   :target: https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psyplot\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0-only",
    "summary": "Python package for interactive data visualization",
    "version": "1.5.0",
    "project_urls": {
        "Documentation": "https://psyplot.github.io",
        "Homepage": "https://codebase.helmholtz.cloud/psyplot/psyplot",
        "Source": "https://codebase.helmholtz.cloud/psyplot/psyplot",
        "Tracker": "https://codebase.helmholtz.cloud/psyplot/psyplot/issues/"
    },
    "split_keywords": [
        "visualization",
        " netcdf",
        " raster",
        " cartopy",
        " earth-sciences"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bc7a44e977c7d5e31bef012b646aff32ebec8836128b51c5b5e2daa9f484ed4",
                "md5": "32ebd2af9eb17877e1a5b3df90a2ae18",
                "sha256": "530cd8b5b269e4c56ea63382caff94e91c81229830ae8ca1affb3f0691b6c28c"
            },
            "downloads": -1,
            "filename": "psyplot-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "32ebd2af9eb17877e1a5b3df90a2ae18",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 148286,
            "upload_time": "2024-04-02T08:37:14",
            "upload_time_iso_8601": "2024-04-02T08:37:14.702590Z",
            "url": "https://files.pythonhosted.org/packages/9b/c7/a44e977c7d5e31bef012b646aff32ebec8836128b51c5b5e2daa9f484ed4/psyplot-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08d25d2e53f15ffc967af5713747550517e31a3d816ca83bd9300cb54204160e",
                "md5": "c7564de29f9bfa2ac877f3c82d84543a",
                "sha256": "1f4ac3917d8061db2a3400f9b9e63728c79fcd532694227f4b70babb454adee8"
            },
            "downloads": -1,
            "filename": "psyplot-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c7564de29f9bfa2ac877f3c82d84543a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 172144,
            "upload_time": "2024-04-02T08:37:17",
            "upload_time_iso_8601": "2024-04-02T08:37:17.330153Z",
            "url": "https://files.pythonhosted.org/packages/08/d2/5d2e53f15ffc967af5713747550517e31a3d816ca83bd9300cb54204160e/psyplot-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 08:37:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "psyplot"
}
        
Elapsed time: 0.31831s