MetPy
MetPy copied to clipboard
MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
### What can be better? #3870 found a broken link to codeclimate, which now lives under the name qlty.sh. This revealed to me we have a link to Codacy, which...
We can interface with VCR.py through [pytest-recording](https://github.com/kiwicom/pytest-recording) for flexible config in tests and in the Pytest CLI. The project is actively maintained **edit** though some lingering conda-forge PRs need addressed...
### What went wrong? I work with data that have x, y dimension coordinates as well as auxiliary 2d latitude and longitude coordinates. In the data arrays, there are additional...
### What went wrong? p = np.array([1000., 950., 900., 850., 800., 750., 700., 650., 600., 550., 500., 450., 400., 350., 300., 250., 200., 175., 150., 125., 100., 80., 70., 60.,...
I believe that MetPy was recently updated to include the virtual temperature correction in its calculation of CAPE and CIN. From what I can see, this has been done by...