nawendt / gribr

GRIB interface for R using ECMWF ecCodes
BSD 3-Clause "New" or "Revised" License
24 stars 0 forks source link

grib_context_full_defs_path not supported until GRIB-API 1.13.0 #1

Closed nawendt closed 7 years ago

nawendt commented 7 years ago

Due to a bug that caused R to crash when the GRIB definition files were not accessible to the GRIB-API, a fix was introduced in d8c83801acb5d06fdc145b58ffc9014aaee9ff0e. This fix utilized an API function that was not originally exposed called grib_context_full_defs_path. However, this means the minimum GRIB-API version that can be supported is now 1.13.0 as the function first appears in that release. Currently, 1.10.0 is listed.