Science Score: 26.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: blue-jaye-121
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Size: 494 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 4
  • Releases: 0
Created about 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners Support Authors Cla

README.md

MetPy

MetPy Logo NSF Unidata Logo

License Gitter PRs Welcome

Latest Docs PyPI Package Conda Package PyPI Downloads Conda Downloads

PyPI Tests Conda Tests Code Coverage Status Codacy Badge Code Climate

MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.

MetPy follows semantic versioning in its version number. This means that any MetPy 1.x release will be backwards compatible with an earlier 1.y release. By "backward compatible", we mean that correct code that works on a 1.y version will work on a future 1.x version.

For additional MetPy examples not included in this repository, please see the MetPy Cookbook on Project Pythia.

We support Python >= 3.10.

Need Help?

Need help using MetPy? Found an issue? Have a feature request? Checkout our support page.

Important Links

Dependencies

Other required packages:

  • Numpy
  • Scipy
  • Matplotlib
  • Pandas
  • Pint
  • Xarray

There is also an optional dependency on the pyproj library for geographic projections (used with cross sections, grid spacing calculation, and the GiniFile interface).

See the installation guide for more information.

Code of Conduct

We want everyone to feel welcome to contribute to MetPy and participate in discussions. In that spirit please have a look at our Code of Conduct.

Contributing

Imposter syndrome disclaimer: We want your help. No, really.

There may be a little voice inside your head that is telling you that you're not ready to be an open source contributor; that your skills aren't nearly good enough to contribute. What could you possibly offer a project like this one?

We assure you - the little voice in your head is wrong. If you can write code at all, you can contribute code to open source. Contributing to open source projects is a fantastic way to advance one's coding skills. Writing perfect code isn't the measure of a good developer (that would disqualify all of us!); it's trying to create something, making mistakes, and learning from those mistakes. That's how we all improve, and we are happy to help others learn.

Being an open source contributor doesn't just mean writing code, either. You can help out by writing documentation, tests, or even giving feedback about the project (and yes - that includes giving feedback about the contribution process). Some of these contributions may be the most valuable to the project as a whole, because you're coming to the project with fresh eyes, so you can see the errors and assumptions that seasoned contributors have glossed over.

For more information, please read the see the contributing guide.

Philosophy

The space MetPy aims for is GEMPAK (and maybe NCL)-like functionality, in a way that plugs easily into the existing scientific Python ecosystem (numpy, scipy, matplotlib). So, if you take the average GEMPAK script for a weather map, you need to:

  • read data
  • calculate a derived field
  • show on a map/skew-T

One of the benefits hoped to achieve over GEMPAK is to make it easier to use these routines for any meteorological Python application; this means making it easy to pull out the LCL calculation and just use that, or reuse the Skew-T with your own data code. MetPy also prides itself on being well-documented and well-tested, so that on-going maintenance is easily manageable.

The intended audience is that of GEMPAK: researchers, educators, and any one wanting to script up weather analysis. It doesn't even have to be scripting; all python meteorology tools are hoped to be able to benefit from MetPy. Conversely, it's hoped to be the meteorological equivalent of the audience of scipy/scikit-learn/skimage.

Owner

  • Login: blue-jaye-121
  • Kind: user

GitHub Events

Total
  • Delete event: 41
  • Issue comment event: 61
  • Push event: 324
  • Pull request event: 85
  • Create event: 51
Last Year
  • Delete event: 41
  • Issue comment event: 61
  • Push event: 324
  • Pull request event: 85
  • Create event: 51

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 59
  • Average time to close issues: N/A
  • Average time to close pull requests: about 14 hours
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 1.15
  • Merged pull requests: 17
  • Bot issues: 0
  • Bot pull requests: 50
Past Year
  • Issues: 0
  • Pull requests: 59
  • Average time to close issues: N/A
  • Average time to close pull requests: about 14 hours
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 1.15
  • Merged pull requests: 17
  • Bot issues: 0
  • Bot pull requests: 50
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (47)
  • blue-jaye-121 (8)
  • lesserwhirls (1)
Top Labels
Issue Labels
Pull Request Labels
Type: Maintenance (14) benchmark (3)

Dependencies

.github/actions/build-docs/action.yml actions
  • actions/upload-artifact v3 composite
.github/actions/install-conda/action.yml actions
  • mamba-org/provision-with-micromamba v15 composite
.github/actions/install-pypi/action.yml actions
  • actions/setup-python v4 composite
.github/actions/run-tests/action.yml actions
  • actions/upload-artifact v3 composite
  • codecov/codecov-action v3 composite
.github/workflows/assign-milestone.yml actions
  • actions/github-script v6 composite
.github/workflows/backport-prs.yml actions
  • actions-ecosystem/action-remove-labels v1 composite
  • actions/checkout v3 composite
  • actions/github-script v6 composite
  • peter-evans/create-pull-request v5 composite
.github/workflows/cffcheck.yml actions
  • actions/checkout v3 composite
  • citation-file-format/cffconvert-github-action 2.0.0 composite
.github/workflows/code-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/docs-conda.yml actions
  • ./.github/actions/build-docs * composite
  • ./.github/actions/install-conda * composite
  • actions/checkout v3 composite
.github/workflows/docs.yml actions
  • ./.github/actions/build-docs * composite
  • ./.github/actions/install-pypi * composite
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/linting.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/nightly-builds.yml actions
  • actions/download-artifact v3 composite
  • actions/github-script v6 composite
.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • pypa/gh-action-pypi-publish v1.8.6 composite
.github/workflows/run-unstable-pr.yml actions
.github/workflows/tests-conda.yml actions
  • ./.github/actions/install-conda * composite
  • ./.github/actions/run-tests * composite
  • actions/checkout v3 composite
.github/workflows/tests-pypi.yml actions
  • ./.github/actions/install-pypi * composite
  • ./.github/actions/run-tests * composite
  • actions/checkout v3 composite
.github/workflows/unstable-builds.yml actions
  • ./.github/actions/build-docs * composite
  • ./.github/actions/install-pypi * composite
  • ./.github/actions/run-tests * composite
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
.devcontainer/Dockerfile docker
  • mcr.microsoft.com/vscode/devcontainers/miniconda latest build
ci/extra_requirements.txt pypi
  • cartopy ==0.21.1
  • shapely ==2.0.1
ci/requirements.txt pypi
  • importlib_resources ==5.12.0
  • matplotlib ==3.7.1
  • numpy ==1.24.3
  • pandas ==1.5.3
  • pint ==0.20.1
  • pooch ==1.7.0
  • pyproj ==3.5.0
  • scipy ==1.10.1
  • traitlets ==5.9.0
  • xarray ==2023.1.0
pyproject.toml pypi
  • importlib_resources >=1.3.0; python_version < '3.9'
  • matplotlib >=3.3.0
  • numpy >=1.18.0
  • pandas >=1.0.0
  • pint >=0.15
  • pooch >=1.2.0
  • pyproj >=2.6.1
  • scipy >=1.4.0
  • traitlets >=5.0.5
  • xarray >=0.18.0
.github/workflows/automerge-dependabot.yml actions
.github/workflows/static.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v5 composite
  • actions/deploy-pages v4 composite
  • actions/upload-pages-artifact v3 composite
ci-dev/doc_requirements.txt pypi
  • geopandas ==1.1.0 development
  • myst-parser ==4.0.1 development
  • pydata-sphinx-theme ==0.16.1 development
  • sphinx ==8.1.3 development
  • sphinx-design ==0.6.1 development
  • sphinx-gallery ==0.19.0 development
ci-dev/linting_requirements.txt pypi
  • codespell ==2.4.1 development
  • doc8 ==1.1.2 development
  • flake8 ==7.2.0 development
  • flake8-continuation ==1.0.5 development
  • flake8-isort ==6.1.2 development
  • flake8-requirements ==2.2.1 development
  • flake8-rst-docstrings ==0.3.1 development
  • isort ==6.0.1 development
  • pooch ==1.8.2 development
  • pycodestyle ==2.13.0 development
  • pyflakes ==3.3.2 development
  • restructuredtext_lint ==1.4.0 development
  • ruff ==0.11.11 development
ci-dev/test_requirements.txt pypi
  • coverage ==7.8.2 development
  • netCDF4 ==1.7.2 development
  • packaging ==25.0 development
  • pytest ==8.3.5 development
  • pytest-mpl ==0.17.0 development
  • vcrpy ==7.0.0 development
benchmarks/Dockerfile docker
  • python 3.12 build
.github/workflows/benchmark-pr.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite