ucar.grib.grib1
Class Grib1GetData
java.lang.Object
ucar.grib.grib1.Grib1GetData
public final class Grib1GetData
- extends 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
Method Summary |
static void |
main(String[] args)
Obtain a particular product's data from a Grib1 file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Grib1GetData
public Grib1GetData()
main
public static void main(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.
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.