MetPy
MetPy copied to clipboard
MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
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...
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...
#### 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...
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...
### 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...
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...
Created a function to plot a Velocity Azimuth Display from NEXRAD Level 3 VAD files
### 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 +...
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...