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 285 MetPy issues
Sort by recently updated
recently updated
newest added

### What went wrong? Reading this sounding file: https://github.com/wx4stg/LRC/blob/main/data/240713.ua with `GempakSounding` and attempting to call `snxarray()` on it gives an error ### Operating System Linux ### Version 1.6.2 ### Python...

Type: Bug

#### Description Of Changes SciPy 1.6 merged cKDTree and KDTree, with the former name now an alias for the latter. #### Checklist - [X] Closes #2264 - [ ] Tests...

### What can be better? I'm trying to pair NEXRAD coordinates into a pandas (then geopandas) dataframe. To do this, I, 1) Read a NEXRAD level II file using MetPy:...

Area: Docs

### What went wrong? When using metpy 1.6.3 with xarray 2024.9.0, importing metpy fails I'm building a docker container with this requirements.txt: ``` numpy matplotlib pandas xarray metpy cartopy requests...

Status: Upstream

This PR enables Stüve and Emagram plots, which are themodynamic diagrams like SkewT. #### Description Of Changes Two new classes, named `Stuve` and `Emagram`, are constructed as child classes of...

As I am not sure how would be the order in supporting this new unit I'll ask here. I checked on the [Default Pint units definition file](https://github.com/hgrecco/pint/blob/master/pint/default_en.txt) and the PVU...

Type: Feature
Area: Calc
Area: Units

Assuming this works across our entire matrix, this eliminates another lingering Pandas SettingWithCopyWarning that I was encountering in metpy-cookbook. Those will disappear eventually in Pandas 3.0, but this should generally...

Type: Maintenance
Area: IO

![](https://unidata.github.io/MetPy/dev/_images/sphx_glr_QVector_001.png) With #3689 discussion and doc/example update, stability units exploded the scaling of the plot. I picked an example static stability from our calc, then abstracted the quiver scale, key...

Area: Examples

Bumps [scipy](https://github.com/scipy/scipy) from 1.14.1 to 1.15.3. Release notes Sourced from scipy's releases. SciPy 1.15.3 Release Notes SciPy 1.15.3 is a bug-fix release with no new features compared to 1.15.2. For...

Area: Infrastructure
Type: Maintenance

The point is coming to drop Python 3.10, though I'm open to hearing opinions on when exactly that should happen. Official EOL for 3.10 is October 2026. Current and upcoming...