ucar.grib.grib2
Class Grib2GetData

java.lang.Object
  extended by ucar.grib.grib2.Grib2GetData

public final class Grib2GetData
extends Object

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

See Also:
Grib2Data

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

Constructor Detail

Grib2GetData

public Grib2GetData()
Method Detail

main

public static void main(String[] args)
Obtain a particular product's data.

Parameters:
args - Grib 2 file containing the data to be returned, GDS Offset into file, PDS Offset into file. These values can be obtained from a Grib Index file that is created by the Grib2Indexer program. Also there is information on the Index in file IndexFormat.txt in the root of the distribution.


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.