Ryan May

Results 785 comments of Ryan May

I'm sure it's a minor parsing problems with `dataset.xml`. In your unit tests you're examining the parsed `dataset.xml`? I'm unlikely to get to this in the short term. Depending on...

Looks like this one has been addressed and could be closed out.

I think simplifying the infrastructure around the CLA will accomplish what we need. In my experience, cla-assistant hasn't seemed like much of a barrier to contribution for MetPy (and other...

Cartopy relies upon the [PROJ](https://proj.org/index.html) library (specifically the PyPROJ wrapper) for all of its projections. I wasn't able to find the projection in there with a quick search. If it...

@ocefpaf I'm happy to put doing the PR on the list, but it's probably not happening for a couple weeks (it's a little less of a priority with the 3.11...

Looks like we're back to this for 3.12 now.

@kylejgillett That would be great! I think the trick will be figuring out the balance of putting in a lot of the cool elements without making the example too complex...

I think that looks nice. The real decider on complexity, though, will be what code it takes to get that (though I'm guessing it's not too bad)

I think that complexity is fine. I would replace the triple-quote strings with e.g.: ``` ########################################### # Step 1: Create the Skew-T object and modify it to create a nice,...