Releases: nawendt/gribr
Releases · nawendt/gribr
v1.2.7
v1.2.6
Fix for GRIB files with bad keys
The primary change in this update is to only warn the user about bad keys in a GRIB file instead of raising an error. Malformed keys will still have a name in the gribMessaage
object, but their value will be NULL
.
v1.2.4
v1.2.3: Bug fixes and doc updates
Changelog:
- Fixed file descriptor leak in grib_select
- ecCodes 2.19.0 is now required as prior versions had an issue with file descriptors not being closed when creating a grib index.
- Updated documentation for broken links and references to the old GRIB API.