MetPy
MetPy copied to clipboard
MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
### 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...
### 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.`...
### 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...
### 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...
#### 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...
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...
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...
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...
### 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...
### 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...