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

make select() smarter #63

Closed EricEngle-NOAA closed 1 year ago

EricEngle-NOAA commented 1 year ago

Currently, the select() method for the grib2io.open object does not avoid grib2 messages where an attribute is not available. When this happens, grib2io raises an AttributeError.