Package ucar.nc2.grib.grib2
Class Grib2DataReader
- java.lang.Object
-
- ucar.nc2.grib.grib2.Grib2DataReader
-
public class Grib2DataReader extends Object
Reads the data from one grib2 record. Original code almost for sure came from GEMPAK, but the lineage is unknown.- Since:
- 4/2/11
- See Also:
- "https://raw.githubusercontent.com/Unidata/gempak/master/extlibs/NDFD/mdlg2dec/unpk_cmplx.f", "http://slosh.nws.noaa.gov/svn/degrib/vendor/grib2_unpacker/current/unpksecdif.f", "unpk_complex in wgrib2 code"
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float[]
getData(RandomAccessFile raf, Grib2SectionBitMap bitmapSection, Grib2Drs gdrs)
-
-
-
Method Detail
-
getData
public float[] getData(RandomAccessFile raf, Grib2SectionBitMap bitmapSection, Grib2Drs gdrs) throws IOException
- Throws:
IOException
-
-