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

Re: [netcdf-java] GRIB collection processing in 4.3



On 2/15/2012 8:21 PM, Schmunk, Robert B. (GISS-611.0)[SIGMA SPACE CORPORATION] wrote:
John,

One more correction in the documentation. On

http://www.unidata.ucar.edu/software/netcdf-java/formats/GribTables.html

it describes setting GRIB-1 strict mode using

ucar.nc2.grib.grib1.tables.Grib1StandardTables.setStrict(true)

There doesn't seem to be a Grib1StandardTables class in 4.3. It looks like
this needs to be

ucar.nc2.grib.grib1.tables.Grib1ParamTables.setStrict(true)


rbs

--
Robert B. Schmunk
NASA Goddard Institute for Space Studies, 2880 Broadway, New York, NY 10025
212-678-5535
ok, i have these fixed, along with DiskCache. changes will be in next release. thanks for the feedback.

john