ucar.bufr
Class BufrGetData

java.lang.Object
  extended by ucar.bufr.BufrGetData

public final class BufrGetData
extends java.lang.Object

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

See Also:
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

BufrGetData

public BufrGetData()
Method Detail

main

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

Parameters:
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.