GRIB.jl
GRIB.jl copied to clipboard
GRIB Interface for Julia
Hi @weech, Thanks for your great work in building a Julia wrapper around ecCodes. We at ECMWF are working with @RobertRosca on a package called cfgrib (https://github.com/RobertRosca/cfgrib.jl) which also makes...
We noticed that GRIB.jl does not support Windows yet. Can you comment on why this is the case? Any plans to get it fixed?
Currently we `throw` `ErrorException` for any error raised by ecCodes. It might be worthwhile to change this to a custom error type that is a subtype of `Exception`. This would...
Hi, GRIB.jl doesn't appear to be thread safe, when parsing multiple files on different threads this error is thrown: `fatal flex scanner internal error--end of buffer missed` Rusty
NCEP commonly shares GRIB files that include local codes. As this library uses ecCodes, an ECMWF product, it has an out of date version of that code table. However, ecCodes...
Hi, I was pleased to find this package existed! At some stage I want to add a GRIB wrapper to [GeoData.jl](https://github.com/rafaqz/GeoData.jl), leveraging this package. It will give a common interface...
I installed GRIB in a liunx environment, can open and view grib file, but can not extract data from the file. I need some help. The following is the error...
Hi, Just a heads-up that I am in the process of upgrading `eccodes_jll` to the latest version here: https://github.com/JuliaPackaging/Yggdrasil/pull/8958 I have tested that GRIB.jl passes the tests using the new...