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

Added support for NAVGEM files which include a text header #115

Closed TimothyCera-NOAA closed 9 months ago

TimothyCera-NOAA commented 9 months ago

This fix ignores everything before the first GRIB2 message. It moves byte by byte within the first 2k bytes testing for "GRIB" that indicates begining of the first GRIB2 message.