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? The docstring for `parse_wpc_surface_bulletin` says ``` bulletin : str or file-like object If str, the name of the file to be opened. If bulletin is a...
#### Description Of Changes When parsing a part of the file fails, allow parsing to continue with the remaining parts. #### Checklist - [x] Closes #3921 - [x] Tests added
### What went wrong? Metpy version: 1.7.1 Python: 3.13.5 (conda environment) Summary: using the Iowa State archive of WPC surface front text files, we encountered an error related to invalid...
This represents a maximal, fully-specified pixi config, encompassing all of our current CI environments. Took some inspiration from geovista. Why? - Fast and consistent conda env resolution and installation across...
#### Checklist - [ x] Closes #3842 - [x ] Tests added - [ x] Fully documented
Bumps [cartopy](https://github.com/SciTools/cartopy) from 0.24.0 to 0.25.0. Release notes Sourced from cartopy's releases. REL: v0.25.0 What's Changed Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 by @dependabot[bot] in SciTools/cartopy#2451 [pre-commit.ci] pre-commit autoupdate by...
#### Description Of Changes From an idea in here: https://github.com/Unidata/MetPy/pull/3901 Attempting to turn on parallel testing in CI to speed up testing. Locally testing it seemed to work but who...
#### Description Of Changes Added new argument to metpy.plot.SkewT function for an optional secondary y-axis of height calculated from metpy.calc.pressure_to_height_std(). Defaults to 'False'; axis can be accessed as a matplotlib...
### What should we add? The LCL, LFC, EL and CCL functions return pressures and temperatures but not heights, which is useful information too. It would be great to return...
#### Description Of Changes This PR adds the functionality to be able to plot extreme (e.g., High and Low) symbols and values through the MetPy declarative interface. It builds in...