Open bbakernoaa opened 6 years ago
I realize this is a little different time from the wgrib2 output but the file contents are the same other than a different time
Looks like the ecCodes does not populate the shortName
key, only the parameterName
. Don't know if this is an issue with the file or the library.
@jswhit is it that eccodes does not read table 4 template 48? It appears that this is how the files are encoded.
I have no idea - would have to dig into the ecCodes source code to figure that out. It's here (https://confluence.ecmwf.int//display/ECC/Releases) if you want to take a look.
Specifically,
eccodes-2.8.2-Source/definitions/grib2/template.4.48.def
It is strange. The table is there but when you go to http://apps.ecmwf.int/codes/grib/format/grib2/templates/4/ it doesn't show template 4.48
I'm trying to read the NGAC grib files http://www.ftp.ncep.noaa.gov/data/nccf/com/ngac/prod/ngac.20180918/
It seems that the way that NCEP is storing the data is a little incompatable with pygrib. Is it an issue of using the correct grib table to define these? Can the eccodes backend handle that?
Notice that this doesn't give the short names correctly but rather the variable long name description as the name. This is almost indeciferable. wgrib2 output looks way different.