Ryan May

Results 785 comments of Ryan May

Yeah. I looked, but couldn't find anything. Was trying to clean something out of the inbox, since it's been there since last fall.

@winash12 This issues isn't closed--closed above refers to #613. Also, I'm not sure that image is a tephigram. On that image, isotherms are vertical and lines of constant potential temperature...

@itsgifnotjiff It's more than just a rotation. The plot fundamentally plots T vs. theta (potential temperature), both rotated 45 degrees. The rotation is handled pretty straightforward with Matplotlib's transform, but...

I think the easiest way to implement this is to always plot (T, Theta), maybe have `plot(p, T)` do the conversion, and draw all the other lines (isobars, adiabats, etc.)...

I'd love to see this added to MetPy alongside SkewT. Right now it's not in our near term plans, but I'd love to review a community contributed Pull Request that...

So first, as identified in #1256, we should try to actually parse full METAR products, so that we can grab the correct date from the product header. Right now we...

Given the missing metadata, I'm surprised MetPy 1.3 didn't choke on this too. Must have been subtly more forgiving...

None that I am aware of. Would be happy to see a motivated (and knowledgable) community member pick this up!

There's the beginning of an implementation in the `Sounding_Calculations.py` example added in #2629. We can look at moving that into the library proper at some point in the future.

Useful resources: - [WMO Manual describing BUFR](https://github.com/metpy/MetPy/files/138670/wmo_306-vl2_en.pdf) - [WMO306_vI2_BUFR3_Spec_en.pdf](https://github.com/metpy/MetPy/files/138685/WMO306_vI2_BUFR3_Spec_en.pdf) - [Edition 3 description](http://www.wmo.int/pages/prog/www/WDM/Guides/Guide-binary-1A.html) - [Text of tables](http://www.wmo.int/pages/prog/www/WMOCodes/WMO306_vI2/LatestVERSION/LatestVERSION.html)