nmangue / NGrib

NGrib is a .NET library to read GRIB (GRid in Binary) files. GRIB is a gridded data standard from WMO (World Meteorological Organisation) and is used by many meteorological organisation. Fork of GribCS.
GNU Lesser General Public License v3.0
16 stars 10 forks source link

Datasets with incorrect values read #23

Open mabianKT opened 3 days ago

mabianKT commented 3 days ago

We found some grib files with data that cannot be read correctly by NGrib.

I attached a zip file with a grib file in which three datasets are decoded incorrectly. For convenience, I also attached csv files for the three datasets with details of values as read by:

In particular, it seems that some "missing values" are not handled properly, but not missing values are wrong too.

Is it possible to take a look? Thanks!

grib2_ngrib_Readissues.zip