MetPy
MetPy copied to clipboard
MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
#### Description Of Changes Adds function for sea level pressure reduction from surface variables and altitude. I am marking this as a draft as I am expecting the need for...
As the title suggests, I added the Weisman-Klemp analytical sounding function to calc/indices.py. - [x] Closes #1342 - [ ] Tests added
#### Description Of Changes Further to #1317, this applies black to the code base. This includes and builds on the code from #1530 (applying isort). It also adds a black...
#### Description Of Changes This function is the counterpart to the interpolate\remove_observations_below_value function and just removes the observations above a certain value #### Checklist - [x] Tests added - [x]...
Add to hodograph example plot, as suggested in #752 : - Use bounds and colors - Pass in a custom norm and colormap
Adds a parser for METAR station plots. Also adds some infrastructure for parsing text products. This is still a work in progress.
DO NOT MERGE YET. I have written a bunch of useful utilities to make sense of the decoded nids files. These functions need to be taken out of the notebook,...
In pydata/xarray#2844, the option `decode_coords='all'` was added, which handles turning the appropriate `grid_mapping` variables into coordinates at dataset load time. This came along after we built up a bunch of...
#### Description Of Changes Correct typo, METARs do provide altimeter #### Checklist - [x] Closes #3965 - Tests added - [x] Fully documented
### What can be better? Will PR a doc change for altimeter_to_station_pressure > This function is useful for working with METARs since they do **not** provide altimeter values, but not...