MetPy icon indicating copy to clipboard operation
MetPy copied to clipboard

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

Results 226 MetPy issues
Sort by recently updated
recently updated
newest added

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.5.2 to 3.5.3. Release notes Sourced from matplotlib's releases. REL: v3.5.3 This is the third bugfix release of the 3.5.x series. This release contains several bug-fixes and...

Area: Infrastructure
Type: Maintenance

The [Nightly workflow](https://github.com/Unidata/MetPy/actions/runs/2838650559) is failing. The documentation build failed. Log: python override_check.py Override check successful. Running Sphinx v4.5.0 making output directory... done [autosummary] generating autosummary for: api/index.rst, api/references.rst, devel/CONTRIBUTING.md, devel/index.rst,...

Type: Maintenance

### What went wrong? Hello, I am trying to use the cross_section method on a dataset different from those with which I succeded formerly. Usually, my datasets contains **1D** latitude...

Type: Bug
Status: Need Info

#### Description Of Changes Add a function for SWEAT Index calculation based on this formula: SWEAT = 12Td850 + 20(TT - 49) + 2f850 + f500 + 125(S + 0.2)...

#### Description Of Changes Added a `RasterPlot()` class to act as a generic interface to use Matplotlib's `pcolormesh` #### Checklist - [x] Closes #2510 - [x] Tests added

Bumps [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) from 0.10.1 to 0.11.0. Release notes Sourced from sphinx-gallery's releases. Release v0.11.0 What's Changed Fix a few links in project lists by @​ixjlyons in sphinx-gallery/sphinx-gallery#883 Fix "Out" layout...

Area: Infrastructure
Type: Maintenance

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.1.1. Release notes Sourced from sphinx's releases. v5.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.0 No release notes provided. v5.0.0b1...

Area: Infrastructure
Type: Maintenance

Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.8.1 to 0.9.0. Release notes Sourced from pydata-sphinx-theme's releases. v0.9.0 What's Changed Set lighthouse to run on kitchen sink by @​choldgraf in pydata/pydata-sphinx-theme#612 Update black pre-commit by...

Area: Infrastructure
Type: Maintenance

#### Description Of Changes This PR adds a number of examples for various calculations directly into the DOCs. It also fixes Issue #2585 by removing the math error that was...

#### Description Of Changes This PR add the ability to create a SkewT plot through the declarative syntax. In addition to that, I have implemented a function for plotting skewT...

Type: Feature
Area: Plots