Ryan May
Ryan May
Would be happy to accept a PR that includes a specific mention of the use of finite differencing in the docs for `laplacian` and `geospatial_laplacian`. As far as which one...
Just for reference, I think it's possible to compile Python without support for lzma, so that may be what's going on here. Looks like it wouldn't be too hard to...
Yes, this is a [known problem](https://github.com/hgrecco/pint/issues/1969) with pint on Python 3.13. I'm going to try to dig in further when I have the cycles. The only work-around right now is...
Pint has released 0.24.4 (needing flexparser 0.4) that fixes this and allows Python 3.13 to work.
It's exceedingly frustrating that there's not a way to get Pandas to just expand the tuple into multiple columns, because otherwise `parse_metar` "just works" with `.apply()`: ```python from functools import...
Apparently this is going to need Python >=3.11.
Superseded by #3961 .
I'm curious what you mean about "projecting the data"? In my mind, we should just be reading in the raster directly and presenting it as such as an xarray dataset...
If you consider it core functionality, we can certainly try to figure out how to include it in a way that fits with the rest of MetPy's design and philosophy....
This is looking good. Interesting that GVAR, which is what I think I was stumbling on originally, remains a problem. Some higher level design questions I have: * Would we...