|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib1.Grib1GetData
public final class Grib1GetData
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
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 |
---|
public Grib1GetData()
Method Detail |
---|
public static void main(java.lang.String[] args)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |