Class TLcdGRIB1ParameterTableDecoder

java.lang.Object
com.luciad.format.grib.TLcdGRIB1ParameterTableDecoder
All Implemented Interfaces:
ILcdInputStreamFactoryCapable

@Deprecated public class TLcdGRIB1ParameterTableDecoder extends Object implements ILcdInputStreamFactoryCapable
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
A decoder class for reading GRIB1 parameter table text files.

A parameter table file has the following format:

 Organization: organization
 Center: centerID
 SubCenter: subcenterID
 TableVersion: table version

 Parameters
 indicator_1,abbreviation_1,measurement unit_1,description_1
 indicator_2,abbreviation_2,measurement unit_2,description_2
 ...
 
Since:
6.5