NOAA-MDL / grib2io

Python interface to the NCEP G2C Library for reading and writing GRIB2 messages.
https://noaa-mdl.github.io/grib2io
MIT License
30 stars 11 forks source link

bad import of gaussian_latitudes #121

Closed alcoat closed 8 months ago

alcoat commented 8 months ago

https://github.com/NOAA-MDL/grib2io/blob/6acd48cb71bcfa65c7ebd29fffd541ffbcb92773/grib2io/_grib2io.py#L965C35-L965C35

The line should be: from .utils.gauss_grid import gaussian_latitudes

EricEngle-NOAA commented 8 months ago

Thank you for reporting this. This fix will be available in the next couple of days in v2.1.2 release.