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? Using METARs from some larger airports we don't get SLP values that match those reported. KDEN 190053Z 23006KT 10SM SCT120 BKN160 BKN220 32/08 A3004 RMK AO2...

Type: Bug

### What can be better? 1. The sentence `This function is useful for working with METARs since they do not provide altimeter values, but not sea-level pressure or station pressure.`...

Area: Docs

### Discussed in https://github.com/Unidata/MetPy/discussions/2557 Originally posted by **gianlisi** June 28, 2022 Hello, first of all, thank you for the great work. Metpy, and its integration with xarray, has been incredibly...

Type: Bug
Area: Calc

### What should we add? All, The static stability parameter used by MetPy [here](https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.static_stability.html) is different from the one used by NCL. The static stability parameter defined by MetPy is...

Type: Feature
Area: Calc
Type: API Change

#### Description Of Changes This PR implemented the convective condensation level (CCL), with options to use either the surface mixing ratio or the average mixing ratio over a shallow layer...

Type: Feature
Area: Calc

Hello metpy community, Would a function to calculate PBL height from sounding information be within the scope of metpy? Hennemuth and Lammert (2006) describe some of the common approaches, which...

Type: Feature
Area: Calc

Looks like once we get things sorted out so that stock MetPy can run in pyodide/jupyterlite, [it's possible](https://github.com/pandas-dev/pandas/pull/47428/files) to build an interactive REPL in the docs. It would be great...

Type: Feature
Area: Docs

Should be a standalone graphical element, secondary scale that pulls from the standard atmosphere conversion function we have. Should be do-able modelling off of some of matplotlib's examples with multiple...

Type: Enhancement
Area: Plots
good first issue

### What went wrong? I'm using Metpy's interpolate_to_isosurface function, in my case to interpolate theta to a PV surface (of 2 PVU). In a column (an atmospheric column, not an...

Type: Bug

### What can be better? Hello, In at least two functions (interpolate_to_isosurface and isentropic_interpolation), the description of the "bottom_up_search" parameter is somewhat confusing as written. Particularly for the former, whose...

Area: Docs