Are there any good libraries for accessing GRIB2 data in .Net? Specifically, I want to be able to quickly pull subsets of weather data from a grib2 file based on time and location.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
With FWTools there are .NET wrappers for the GDAL, which can read .GRB (GRIB2) files. |
|||
|
|
I have no experience with .NET, but the standard c library for accessing grib2 files is g2clib. You could call the functions of that dll. I think it is better than using gdal, because you are more likely to cover every aspect of the grib2 definition. |
|||
|
|
|
GribCS gives fine grained access to grib files. Using GDAL you might be loosing some interesting information. |
|||
|
|