This class describes a GRIB record. A GRIB record is made of several sections: IS: indicator section PDS: product description section (describes what the data is about: what parameter, what level, what forecasting dates, etc...) GDS: grid description section (optional) (describes how the data is coded/compressed) BMS: bitmap section (optional) (an option section to compress data even more when data is sporadic) BDS: binary data section (the data! compressed/coded as described in above two sections) The above data structures are interdependent and are also non trivial, therefore GribRecord tries to hide all this construction and just show the essential accessor methods.
@author gabriel
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.