Kevin Goebbert

Results 47 comments of Kevin Goebbert

I've had a chance to look into this a little bit, I think this is a scenario of NCEI not performing well. I was able to get it to work...

So spaces or no? I am also an old man yelling at clouds.

Okay, I don't know how so many other commits ended up in this PR. I'll try to fix that at sine point.

There should be a way of doing this either through the `metpy.dequantify()`, which will take units attached to a variable and make the unit an attribute within the xarray object....

Ah, yes, it could be that the x/y (or lon/lat) values don't have the units needed. You could try attaching the units to the coordinate variables. Assuming they are 'x'...

Yep, somehow missed this one!

So the RAOB program also calculates DCAPE and can do so in three different ways. It appears to do it via a lowest depth (e.g., 6 km) through either a...

Speaking of the NWS method (is this the NSHARP way?), I found the following PDF that talks about the DCAPE process (see slide number 6 [DCAPE_Web.pdf](https://github.com/Unidata/MetPy/files/2178096/DCAPE_Web.pdf)). To summarize the process:...

What does the behavior look like if you add a cyclic point using a tool like Cartopy? Don’t know if that would work directly on an xarray DataArray, but it...

The windspharm package works well, especially the xarray portion where I was able to easy calculate streamfunction and velocity potential with data read from a THREDDS server and using the...