ucar.grib.grib1
Class Grib1GetData

java.lang.Object
  extended by ucar.grib.grib1.Grib1GetData

public final class Grib1GetData
extends java.lang.Object

Routine to extract data values from a Grib1 file. This routine uses values from a Grib Index file that is created by the Grib1Indexer program. see IndexFormat.txt

See Also:
Grib1Data

Constructor Summary
Grib1GetData()
           
 
Method Summary
static void main(java.lang.String[] args)
          Obtain a particular product's data from a Grib1 file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grib1GetData

public Grib1GetData()
Method Detail

main

public static void main(java.lang.String[] args)
Obtain a particular product's data from a Grib1 file.

Parameters:
args - Grib 1 file containing the data to be returned, Offset into file where to start decoding the data, Decimal scale value, (true|false) does the BMS exists, optional output file. These values can be obtained from a Grib Index file that is created by the Grib1Indexer program. Also there is information on the Index in file IndexFormat.txt in the root of the distribution.