MetPy


NameMetPy JSON
Version 1.6.1 PyPI version JSON
download
home_page
SummaryCollection of tools for reading, visualizing and performing calculations with weather data.
upload_time2024-01-10 19:46:14
maintainer
docs_urlNone
author
requires_python>=3.9
licenseBSD-3-Clause
keywords meteorology weather
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            MetPy
=====

[![MetPy Logo](https://github.com/Unidata/MetPy/raw/main/docs/_static/metpy_150x150.png)](https://unidata.github.io/MetPy/)
[![Unidata Logo](https://github.com/Unidata/MetPy/raw/main/docs/_static/unidata_150x150.png)](https://www.unidata.ucar.edu)

[![License](https://img.shields.io/pypi/l/metpy.svg)](https://pypi.python.org/pypi/MetPy/)
[![Gitter](https://badges.gitter.im/Unidata/MetPy.svg)](https://gitter.im/Unidata/MetPy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=round-square)](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)

[![Latest Docs](https://github.com/Unidata/MetPy/workflows/Build%20Docs/badge.svg)](http://unidata.github.io/MetPy)
[![PyPI Package](https://img.shields.io/pypi/v/metpy.svg)](https://pypi.python.org/pypi/MetPy/)
[![Conda Package](https://anaconda.org/conda-forge/metpy/badges/version.svg)](https://anaconda.org/conda-forge/metpy)
[![PyPI Downloads](https://img.shields.io/pypi/dm/metpy.svg)](https://pypi.python.org/pypi/MetPy/)
[![Conda Downloads](https://anaconda.org/conda-forge/metpy/badges/downloads.svg)](https://anaconda.org/conda-forge/metpy)

[![PyPI Tests](https://github.com/Unidata/MetPy/workflows/PyPI%20Tests/badge.svg)](https://github.com/Unidata/MetPy/actions?query=workflow%3A%22PyPI+Tests%22)
[![Conda Tests](https://github.com/Unidata/MetPy/workflows/Conda%20Tests/badge.svg)](https://github.com/Unidata/MetPy/actions?query=workflow%3A%22Conda+Tests%22)
[![Code Coverage Status](https://codecov.io/github/Unidata/MetPy/coverage.svg?branch=main)](https://codecov.io/github/Unidata/MetPy?branch=main)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2e64843f595c42e991457cb76fcfa769)](https://www.codacy.com/gh/Unidata/MetPy/dashboard)
[![Code Climate](https://codeclimate.com/github/Unidata/MetPy/badges/gpa.svg)](https://codeclimate.com/github/Unidata/MetPy)

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

MetPy follows [semantic versioning](https://semver.org) 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 [Unidata Python
Gallery](https://unidata.github.io/python-gallery/).

We support Python >= 3.9.

Need Help?
----------

Need help using MetPy? Found an issue? Have a feature request? Checkout our
[support page](https://github.com/Unidata/MetPy/blob/main/SUPPORT.md).

Important Links
---------------

- [HTML Documentation](http://unidata.github.io/MetPy)
- [Unidata Python Gallery](https://unidata.github.io/python-gallery/)
- "metpy" tagged questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/metpy)
- [Gitter chat room](https://gitter.im/Unidata/MetPy)

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](https://unidata.github.io/MetPy/latest/userguide/installguide.html)
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](https://github.com/Unidata/MetPy/blob/main/CODE_OF_CONDUCT.md).

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](https://github.com/Unidata/MetPy/blob/main/CONTRIBUTING.md).

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.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "MetPy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "MetPy Developers <support-python@unidata.ucar.edu>",
    "keywords": "meteorology,weather",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/95/70/6124581e88431e156e17f877935b173823d9f801abb864cd8226e519fa82/MetPy-1.6.1.tar.gz",
    "platform": null,
    "description": "MetPy\n=====\n\n[![MetPy Logo](https://github.com/Unidata/MetPy/raw/main/docs/_static/metpy_150x150.png)](https://unidata.github.io/MetPy/)\n[![Unidata Logo](https://github.com/Unidata/MetPy/raw/main/docs/_static/unidata_150x150.png)](https://www.unidata.ucar.edu)\n\n[![License](https://img.shields.io/pypi/l/metpy.svg)](https://pypi.python.org/pypi/MetPy/)\n[![Gitter](https://badges.gitter.im/Unidata/MetPy.svg)](https://gitter.im/Unidata/MetPy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=round-square)](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)\n\n[![Latest Docs](https://github.com/Unidata/MetPy/workflows/Build%20Docs/badge.svg)](http://unidata.github.io/MetPy)\n[![PyPI Package](https://img.shields.io/pypi/v/metpy.svg)](https://pypi.python.org/pypi/MetPy/)\n[![Conda Package](https://anaconda.org/conda-forge/metpy/badges/version.svg)](https://anaconda.org/conda-forge/metpy)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/metpy.svg)](https://pypi.python.org/pypi/MetPy/)\n[![Conda Downloads](https://anaconda.org/conda-forge/metpy/badges/downloads.svg)](https://anaconda.org/conda-forge/metpy)\n\n[![PyPI Tests](https://github.com/Unidata/MetPy/workflows/PyPI%20Tests/badge.svg)](https://github.com/Unidata/MetPy/actions?query=workflow%3A%22PyPI+Tests%22)\n[![Conda Tests](https://github.com/Unidata/MetPy/workflows/Conda%20Tests/badge.svg)](https://github.com/Unidata/MetPy/actions?query=workflow%3A%22Conda+Tests%22)\n[![Code Coverage Status](https://codecov.io/github/Unidata/MetPy/coverage.svg?branch=main)](https://codecov.io/github/Unidata/MetPy?branch=main)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2e64843f595c42e991457cb76fcfa769)](https://www.codacy.com/gh/Unidata/MetPy/dashboard)\n[![Code Climate](https://codeclimate.com/github/Unidata/MetPy/badges/gpa.svg)](https://codeclimate.com/github/Unidata/MetPy)\n\nMetPy is a collection of tools in Python for reading, visualizing and\nperforming calculations with weather data.\n\nMetPy follows [semantic versioning](https://semver.org) in its version number. This means\nthat any MetPy ``1.x`` release will be backwards compatible with an earlier ``1.y`` release. By\n\"backward compatible\", we mean that **correct** code that works on a ``1.y`` version will work\non a future ``1.x`` version.\n\nFor additional MetPy examples not included in this repository, please see the [Unidata Python\nGallery](https://unidata.github.io/python-gallery/).\n\nWe support Python >= 3.9.\n\nNeed Help?\n----------\n\nNeed help using MetPy? Found an issue? Have a feature request? Checkout our\n[support page](https://github.com/Unidata/MetPy/blob/main/SUPPORT.md).\n\nImportant Links\n---------------\n\n- [HTML Documentation](http://unidata.github.io/MetPy)\n- [Unidata Python Gallery](https://unidata.github.io/python-gallery/)\n- \"metpy\" tagged questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/metpy)\n- [Gitter chat room](https://gitter.im/Unidata/MetPy)\n\nDependencies\n------------\n\nOther required packages:\n\n- Numpy\n- Scipy\n- Matplotlib\n- Pandas\n- Pint\n- Xarray\n\nThere is also an optional dependency on the pyproj library for geographic\nprojections (used with cross sections, grid spacing calculation, and the GiniFile interface).\n\nSee the [installation guide](https://unidata.github.io/MetPy/latest/userguide/installguide.html)\nfor more information.\n\nCode of Conduct\n---------------\n\nWe want everyone to feel welcome to contribute to MetPy and participate in discussions. In that\nspirit please have a look at our [Code of Conduct](https://github.com/Unidata/MetPy/blob/main/CODE_OF_CONDUCT.md).\n\nContributing\n------------\n\n**Imposter syndrome disclaimer**: We want your help. No, really.\n\nThere may be a little voice inside your head that is telling you that you're not ready to be\nan open source contributor; that your skills aren't nearly good enough to contribute. What\ncould you possibly offer a project like this one?\n\nWe assure you - the little voice in your head is wrong. If you can write code at all,\nyou can contribute code to open source. Contributing to open source projects is a fantastic\nway to advance one's coding skills. Writing perfect code isn't the measure of a good developer\n(that would disqualify all of us!); it's trying to create something, making mistakes, and\nlearning from those mistakes. That's how we all improve, and we are happy to help others learn.\n\nBeing an open source contributor doesn't just mean writing code, either. You can help out by\nwriting documentation, tests, or even giving feedback about the project (and yes - that\nincludes giving feedback about the contribution process). Some of these contributions may be\nthe most valuable to the project as a whole, because you're coming to the project with fresh\neyes, so you can see the errors and assumptions that seasoned contributors have glossed over.\n\nFor more information, please read the see the [contributing guide](https://github.com/Unidata/MetPy/blob/main/CONTRIBUTING.md).\n\nPhilosophy\n----------\n\nThe space MetPy aims for is GEMPAK (and maybe NCL)-like functionality, in a way that plugs\neasily into the existing scientific Python ecosystem (numpy, scipy, matplotlib). So, if you\ntake the average GEMPAK script for a weather map, you need to:\n\n- read data\n- calculate a derived field\n- show on a map/skew-T\n\nOne of the benefits hoped to achieve over GEMPAK is to make it easier to use these routines for\nany meteorological Python application; this means making it easy to pull out the LCL\ncalculation and just use that, or reuse the Skew-T with your own data code. MetPy also prides\nitself on being well-documented and well-tested, so that on-going maintenance is easily\nmanageable.\n\nThe intended audience is that of GEMPAK: researchers, educators, and any one wanting to script\nup weather analysis. It doesn't even have to be scripting; all python meteorology tools are\nhoped to be able to benefit from MetPy. Conversely, it's hoped to be the meteorological\nequivalent of the audience of scipy/scikit-learn/skimage.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Collection of tools for reading, visualizing and performing calculations with weather data.",
    "version": "1.6.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/Unidata/MetPy/issues",
        "Documentation": "https://unidata.github.io/MetPy/",
        "MetPy Mondays": "https://www.youtube.com/playlist?list=PLQut5OXpV-0ir4IdllSt1iEZKTwFBa7kO",
        "Release Notes": "https://github.com/Unidata/MetPy/releases",
        "Source Code": "https://github.com/Unidata/MetPy",
        "Twitter": "https://twitter.com/MetPy",
        "homepage": "https://github.com/Unidata/MetPy"
    },
    "split_keywords": [
        "meteorology",
        "weather"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "265cc34b2f04296f33cdd1c7d646d2aaa1a729b0f728cdb362f7150b7abe0f0f",
                "md5": "8f1708744cc276cf681ea5cfe79a682d",
                "sha256": "e335c15e3c491908da85261b64cb1dc2870badf39794a594fa32ddecc7934e66"
            },
            "downloads": -1,
            "filename": "MetPy-1.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8f1708744cc276cf681ea5cfe79a682d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 408683,
            "upload_time": "2024-01-10T19:46:12",
            "upload_time_iso_8601": "2024-01-10T19:46:12.305079Z",
            "url": "https://files.pythonhosted.org/packages/26/5c/c34b2f04296f33cdd1c7d646d2aaa1a729b0f728cdb362f7150b7abe0f0f/MetPy-1.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95706124581e88431e156e17f877935b173823d9f801abb864cd8226e519fa82",
                "md5": "e97e76ed52e8e071b30cc272d626c017",
                "sha256": "55bbcaaaef41027e67e051e3d2c029917217a2dd8768498d9dfca4939555ffdf"
            },
            "downloads": -1,
            "filename": "MetPy-1.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e97e76ed52e8e071b30cc272d626c017",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 11207285,
            "upload_time": "2024-01-10T19:46:14",
            "upload_time_iso_8601": "2024-01-10T19:46:14.826336Z",
            "url": "https://files.pythonhosted.org/packages/95/70/6124581e88431e156e17f877935b173823d9f801abb864cd8226e519fa82/MetPy-1.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-10 19:46:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Unidata",
    "github_project": "MetPy",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "metpy"
}
        
Elapsed time: 0.17326s