[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDFJava #GWK-622435]: Can't read resource: /resources/grib2/ncep/*



Hi Aaron:

your grib file has discipline=255, category=255. since those dont exist (they 
mean "missing" according to WMO spec), CDM uses default tables. 
you should ask the data provider to put something sensible in there.

im not sure why those messages are getting logged, probably should be INFO not 
WARN at least.


john 

> Hello,
> 
> I am running the NetCDF Java API 4.3.20 and when I open some GRIB files
> I am getting the following error in our logs:
> 
> 2014-02-11 23:24:13,370 WARN
> NcepLocalParams.java[readParameterTableFromResource:153] - Cant read
> resource /resources/grib2/ncep/Table4.2.255.255.xml
> 2014-02-11 23:24:13,371 WARN
> NcepLocalParams.java[readParameterTableFromResource:153] - Cant read
> resource /resources/grib2/ncep/Table4.2.255.255.xml
> 2014-02-11 23:24:13,373 WARN
> NcepLocalParams.java[readParameterTableFromResource:153] - Cant read
> resource /resources/grib2/ncep/Table4.2.255.255.xml
> 2014-02-11 23:24:13,374 WARN
> NcepLocalParams.java[readParameterTableFromResource:153] - Cant read
> resource /resources/grib2/ncep/Table4.2.255.255.xml
> 2014-02-11 23:24:13,375 WARN
> NcepLocalParams.java[readParameterTableFromResource:153] - Cant read
> resource /resources/grib2/ncep/Table4.2.255.255.xml
> 
> I am running against the 4.3.20 version from the Unidata MVN repo, and
> am using:
> 
> <dependency>
> <groupId>edu.ucar</groupId>
> <artifactId>netcdf</artifactId>
> <version>${netcdf.version}</version>
> </dependency>
> 
> <dependency>
> <groupId>edu.ucar</groupId>
> <artifactId>grib</artifactId>
> <version>${netcdf.version}</version>
> </dependency>
> 
> Am I missing a Maven dependency that would have these NCEP GRIB tables?
> What are the implications of this error message if it is not resolved?
> Thanks,
> Aaron
> 
> 


Ticket Details
===================
Ticket ID: GWK-622435
Department: Support netCDF Java
Priority: Urgent
Status: Closed