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? 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...

Type: Bug

#### 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

Type: Enhancement
Area: IO

### 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...

Type: Enhancement
Area: IO

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...

Area: Infrastructure
Type: Enhancement
Area: DevTools

#### Checklist - [ x] Closes #3842 - [x ] Tests added - [ x] Fully documented

Type: Enhancement
Area: Remote

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...

Area: Infrastructure
Type: Maintenance

#### 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...

Type: Enhancement
Area: Calc
Type: API Change
Subarea: Thermo

#### 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...