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 226 MetPy issues
Sort by recently updated
recently updated
newest added

Currently, the parameter t0 is defined as _"Initial temperature values ​​in Kelvin. ...."_. As far as I understand, t0 is not the initial temperature value. In my opinion, a better...

Area: Docs

Currently, the parameter "temperature" is defined as "Starting temperature". As far as I understand, it is not necessarily the starting temperature. In my opinion, a better definition could be: *"Temperature...

Area: Docs

#### Description Of Changes Currently, BarbPlot is happy to attempt to plot very large wind barbs, but if the size becomes too large, memory usage becomes an issue, leading to...

### What should we add? The following code is a great way to eat through all of your system's memory and then some as Matplotlib attempts to draw trillions of...

Type: Enhancement
Area: Plots

In #2760 we needed to remove dask from the test requirements in order for the environment to successfully build. Once all the proper 3.11 builds for dask (and really tornado...

Type: Maintenance

### What went wrong? On the following code, I get a `ValueError: different number of dimensions on data and dims: 3 vs 4`, which I would not expect to be...

Type: Bug
Area: Calc
Area: Xarray

Would be another useful plot to include alongside Skew-T. From a support email: Wanted: >My data will be plotted in temperature, potential temperature pairs in a coordinate system rotated by...

Type: Feature
Area: Plots

Created a function to plot a Velocity Azimuth Display from NEXRAD Level 3 VAD files

Type: Feature
Area: Plots

### Discussed in https://github.com/Unidata/MetPy/discussions/2706 Originally posted by **akrherz** October 3, 2022 Whilst considering the PR for #2701, I realized that there are some other painful edge cases in MetPy +...

Type: Enhancement
Area: IO

Supercell composite needs `effective_storm_helicity` and `effective_shear`. From @mwilson14: > In this case, I think that effective storm-relative helicity is SRH computed over the depth of the effective inflow layer (the...

Type: Feature
Area: Calc