You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
updated logic in open.select() to now ignore GRIB2 messages where an
attribute does not exist. Previously this would raise an AttributeError
that made using select() a bit cumbersome.
fixed issue in pack() method to now correctly handle packing a GRIB2
message with a bit map. The issue was some leftover code from how
ncepgrib/grib2io v1.x handled this.
This commit references issues #62 and #63.
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.
The text was updated successfully, but these errors were encountered: