psy-maps

The psyplot plugin for visualizations on a map

https://github.com/psyplot/psy-maps

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.9%) to scientific vocabulary

Keywords

cartopy cf-conventions data-science icon-esm matplotlib netcdf psyplot ugrid visualization xarray
Last synced: 4 months ago · JSON representation ·

Repository

The psyplot plugin for visualizations on a map

Basic Info
Statistics
  • Stars: 9
  • Watchers: 2
  • Forks: 5
  • Open Issues: 23
  • Releases: 10
Topics
cartopy cf-conventions data-science icon-esm matplotlib netcdf psyplot ugrid visualization xarray
Created almost 9 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog Contributing License Citation

README.rst

.. 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/ `__ 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

Owner

  • Name: psyplot
  • Login: psyplot
  • Kind: organization
  • Email: psyplot@hereon.de

Interactive Data Analysis with Python

Citation (CITATION.cff)

# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
#
# SPDX-License-Identifier: CC0-1.0

authors:
  # list author information. see
  # https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md#definitionsperson
  # for metadata
  - family-names: "Philipp S."
    given-names: "Philipp S."
    affiliation: "Helmholtz-Zentrum Hereon"
    # orcid: null
    email: "philipp.sommer@hereon.de"
cff-version: 1.2.0
message: "If you use this software, please cite it using these metadata."
title: "psy-maps"
keywords:
  - "visualization"
  - "psyplot"
  - "netcdf"
  - "matplotlib"
  - "cartopy"
  - "maps"
  - "georeferenced"

license: 'LGPL-3.0-only'
repository-code: "https://codebase.helmholtz.cloud/psyplot/psy-maps"
url: "https://codebase.helmholtz.cloud/psyplot/psy-maps"
contact:
  # list maintainer information. see
  # https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md#definitionsperson
  # for metadata
  - family-names: "Philipp S."
    given-names: "Philipp S."
    affiliation: "Helmholtz-Zentrum Hereon"
    # orcid: null
    email: "philipp.sommer@hereon.de"
abstract: |
  Psyplot plugin for visualization on a map

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: 5 months ago

All Time
  • Total Commits: 956
  • Total Committers: 5
  • Avg Commits per committer: 191.2
  • Development Distribution Score (DDS): 0.598
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Travis p****r@u****h 384
Chilipp p****r@p****e 327
Travis N****e 167
Travis p****t@h****e 76
ucyo U****u@k****u 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 5 months ago

All Time
  • Total issues: 18
  • Total pull requests: 53
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 3 days
  • Total issue authors: 7
  • Total pull request authors: 3
  • Average comments per issue: 2.39
  • Average comments per pull request: 0.34
  • Merged pull requests: 27
  • Bot issues: 0
  • Bot pull requests: 24
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • Chilipp (9)
  • Casthardi (3)
  • guidocioni (2)
  • davidmnielsen (1)
  • Try2Code (1)
  • victoria-cherkas (1)
  • swester (1)
Pull Request Authors
  • dependabot[bot] (41)
  • Chilipp (28)
  • ucyo (1)
Top Labels
Issue Labels
bug (6) new feature (2) duplicate (1) documentation (1) CI (1) change feature (1)
Pull Request Labels
dependencies (41) bug (5) new feature (3) release (2) change feature (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 112 last-month
  • Total dependent packages: 4
  • Total dependent repositories: 3
  • Total versions: 10
  • Total maintainers: 2
pypi.org: psy-maps

Psyplot plugin for visualization on a map

  • Versions: 10
  • Dependent Packages: 4
  • Dependent Repositories: 3
  • Downloads: 112 Last month
Rankings
Dependent packages count: 2.2%
Dependent repos count: 9.2%
Average: 13.5%
Forks count: 14.3%
Stargazers count: 18.5%
Downloads: 23.1%
Maintainers (2)
Last synced: 4 months ago

Dependencies

docs/environment.yml conda
  • autodocsumm
  • dask
  • ipython
  • netcdf4
  • psy-maps
  • psyplot-gui
  • python 3.8.*
  • seaborn
  • sphinx
  • sphinx_rtd_theme
setup.py pypi
  • cartopy *
  • psy-simple >=1.3.0
  • psyplot >=1.3.0
  • scipy *