|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectucar.bufr.BufrGetData
public final class BufrGetData
Class to extract an obs or a set of obs from a Bufr file. This Class uses DDSoffset, ObsOffset, oBitPos, and oBitBuf fields from a Bufr Index file that is created by the BufrIndexer class. see IndexFormat.txt
BufrDataExtractor| Constructor Summary | |
|---|---|
BufrGetData()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Obtain a particular product's data. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BufrGetData()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - Bufr file containing the data,
DDS Offset into file,
Obs Offset into file
BitPos,
BitBuf.
These values can be obtained from a Bufr Index file that is
created by the BufrIndexer program. Also there is information
on the Index in file text/IndexFormat.txt in the root of the
distribution.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||