Steven Decker
Steven Decker
A few other tidbits: GEMPAK 7.3 can't plot the image either. The email from February 2020 announcing changes to the UNIWISC stream states that: ``` - the other products already...
Maybe this is when things broke (from 2014): ``` Users of Unidata IDD FNEXRAD and UNIWISC datastream products: At or shortly after 0 UTC on Saturday, March 21 (18:00 MDT...
Thanks. I had tried `metpy.quantify()`, which didn't appear to do anything (presumably because `urel`/`vrel` are not CF-kosher), and `metpy.quantify('m/s')`, which crashed IIRC, before settling on the unit multiplication approach. It...
@kgoebber thanks; I think we are getting somewhere! I was fixated on latitude/longitude, but the error traceback does mention `x` after all. Here is a revised program: ```python from datetime...
Aha, that's the incantation I was looking for! I now have a plot. Thanks, everyone! So the actual bug/feature request is that `gdxarray` should do this automatically.
You may have seen this already, but the argument mismatch change is discussed in the [GCC porting guide](https://gcc.gnu.org/gcc-10/porting_to.html).
Here's my analysis. The 1 and 2 are pointing at the thrid and fourth arguments, so it is a little unclear, but I think both have an issue. Around line...
I have code (I think based on a MetPy example and another I found at some point) that does plot a radar image on a map, but it doesn't use...
@jthielen : Since WRF output is a common analysis target, could you post the code you use to fill in the missing x and y coordinates? Perhaps this (or a...
I see a checkmark next to "Improve documentation of trait settings..." above, but when I try this in a notebook: ``` from metpy.plots.declarative import PlotObs obs = PlotObs() obs? ```...