Ryan May

Results 785 comments of Ryan May

Thanks for the pointers!

What's the intended scope of that, given that it's coming from pyart and going to openradar?

Seems fine then to migrate some of ours over and try to depend on it.

I think the definitions are fine, what you're running into is that Pint doesn't simplify by default. This code: ```python from pint import UnitRegistry ureg = UnitRegistry() ureg.define("hub = 2...

Just piping in to add that MetPy is running the RC's as they appear in our nightly CI run. If I see something here that calls attention to the RC...

I can reproduce this problem (on my Mac M2) in Python 3.12: ``` # Name Version Build Channel libnetcdf 4.9.2 nompi_h291a7c2_113 conda-forge netcdf4 1.6.5 nompi_py312h9035142_100 conda-forge ``` While `ncdump -h`...

`ncdump -sh` output if anyone is curious: netcdf TEMPO_IRR_L1_V02_20240314T041808Z { dimensions: mirror_step = 1 ; variables: int mirror_step(mirror_step) ; mirror_step:long_name = "scan mirror position index" ; mirror_step:_Storage = "contiguous" ;...

> > 1.6.5 multi-build wheels now [available](https://github.com/MacPython/netcdf4-python-wheels/releases/tag/v1.6.5rel) > > Awesome! I'm not confident in switching to this just yet. I'll work on reducing the file size and test the macOS...

@ocefpaf So while my MetPy test suite passed with no unexpected failures, I see the reason for the difference in file sizes: ``` ❯ unzip -l netCDF4-1.6.5-cp312-cp312-macosx_10_9_x86_64.whl Archive: netCDF4-1.6.5-cp312-cp312-macosx_10_9_x86_64.whl Length...