Ryan May

Results 784 comments of Ryan May

[MetPy's](https://github.com/Unidata/MetPy) docs are building fine with sphinx 8.0.2 and pydata-sphinx-theme 0.15.4 (myst-parser 4.0.0).

> But there is a danger here. I could imagine some user doing DISTCLEAN just before pushing a PR for some proposed change as a cleanup action. In that case,...

As noted in #70 , should probably look at better, more appropriate techniques for text parsing, especially given the slow performance of the current implementation.

What about making the `DatasetAccessor` and `DataArrayAccessor` subclasses expose as entry points and avoid the need for the `@xr.register_dataset_accessor` decorator? I agree, I've always found it a little weird that...

@aschueth Thanks for coming back around to this and apologies on the delayed response. 1. Actually, you *can* pass normal arguments, it's just that all arguments have defaults, so to...

Can you provide a link, or preferably sample code, that's not opening a catalog in a way that you expect? It would be easier to give you tips to help...

Need to update to match MetPy's changes for dependabot. Will do that once those changes have settled and verified correct.

@DWesl is correct, you shouldn't use `get_test_data()` unless you explicitly want to work with some of MetPy's static data, which are intended for use in examples and tests. [This notebook](https://github.com/Unidata/metpy-ams-2024/blob/main/short-course/notebooks/solutions/04%20-%20solutions%20-%20Complete%20Workflow.ipynb)...

No, but I'd love to have it too.

> Is it really 2025 and we have no simple, automatic way to create a Cartopy CRS from a pyproj CRS? I mean, there's always the option to pick up...