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

#### Description Of Changes Implements an equivalent to GEMPAK's JCBN function. The approach is modeled on the deformation calculations. This is a draft for now because: 1. I still need...

Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.14.4 to 1.0.1. Release notes Sourced from geopandas's releases. v1.0.1 A small bug fix release fixing a regression caused by 1.0.0. Bug fixes: Support a named datetime...

Area: Infrastructure
Type: Maintenance

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.0.2. Release notes Sourced from sphinx's releases. Sphinx 8.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 8.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 8.0.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html Dependencies #12633: Drop Python 3.9 support....

Area: Infrastructure
Type: Maintenance

#### Description Of Changes These catch some [nice simplifications](https://github.com/sbdchd/flake8-pie) in general, though seems like we only had one violation.

Area: Infrastructure
Type: Maintenance

Add a boundary layer module to estimate boundary height with various classical ways from vertical profiles ### Description Of Changes Boundary layer height estimation is a parameter commonly derived from...

I think it's good to have a contributors list, but that's by no means a consensus open source view. Either way, `CONTRIBUTORS.md` is out of date, so that's even worse....

Type: Maintenance
Area: Docs

### What went wrong? I copied the example code of this function, but when it runs, an error occurs. What is the problem ![1723278732507](https://github.com/user-attachments/assets/efdbb320-f1ca-4490-a091-4e23b2f272ba) ### Operating System Windows ### Version...

Type: Bug

### What should we add? Are there any plans to include the [U.S Standard Atmosphere model](https://en.wikipedia.org/wiki/U.S._Standard_Atmosphere) or the [International Standard Atmosphere](https://en.wikipedia.org/wiki/International_Standard_Atmosphere)? Specifically, functions to return the pressure, temperature, density of...

Type: Feature
Area: Calc

### What should we add? Creating testing/training/validation datasets is a key step in machine learning [workflows](https://machinelearningmastery.com/difference-test-validation-datasets/). Usually for Climate/Weather ML analysis, we split these datasets on a time dimension. Scikit-learn...

Type: Feature

### What went wrong? Hi, The formula and constants that are used in the standard atmosphere calculations are outdated. The equations and constant are based on the 1976 version of...

Type: Bug