Ryan May

Results 784 comments of Ryan May

So you're saying `.to()` forces breaks the parallelism but `units.convert()` doesn't?

That seems about right. I think overall full support will be something we look at beyond the GEMPAK work.

@jthielen What do you think of this?

@jthielen Does `pint.Quantity` *always* refer to the current set registry?

Up to this point, we've been able to limit "direct" use of `pint` to `metpy.units`, so I don't love that this is bleeding more uses of `import pint` across the...

I don't think having it direct is horrible, but I think it's marginally better organization to keep the "implementation detail" of using Pint (types in our docs aside) confined as...

And to be clear, I'll do the refactor in lieu of a88d7dd.

This definitely looks like a bug in the metadata mapping.

Thanks for the detailed run down and example code. That error is because the conversion from PyProj to CF is giving us a value of 0 for `inverse_flattening`. While CF...

I think there's still something to be done about the stereographic projection here, since it's not at all clear that Polar Stereographic (style-B) [requires a latitude of the origin](https://cfconventions.org/wkt-proj-4.html).