ucar.grib.grib2
Class Grib2GetData
java.lang.Object
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
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 |
Grib2GetData
public Grib2GetData()
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.