Page History
HTML |
---|
<style type="text/css"> .paramname { color: #602020; white-space: nowrap; } a.el { font-weight: bold; } .paramtype { white-space: nowrap; } .paramkey { text-align: right; } .memItemLeft { border-top: 1px solid #C4CFE5; } .memItemRight { border-top: 1px solid #C4CFE5; } span.comment { color: #800000 } .mdescLeft { padding: 0px 8px 4px 8px; color: #555; } .mdescRight { padding: 0px 8px 4px 8px; color: #555; } span.stringliteral { color: #002080 } .memname { white-space: nowrap; font-weight: bold; margin-left: 6px; } .memdoc { border-bottom: 1px solid #A8B8D9; border-left: 1px solid #A8B8D9; border-right: 1px solid #A8B8D9; padding: 2px 5px; background-color: #FBFCFD; border-top-width: 0; /* opera specific markup */ border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); /* firefox specific markup */ -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7); /* webkit specific markup */ -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7)); } .memname { white-space: nowrap; font-weight: bold; margin-left: 6px; } .memitem { padding: 0; margin-bottom: 10px; } .memproto { border-top: 1px solid #A8B8D9; border-left: 1px solid #A8B8D9; border-right: 1px solid #A8B8D9; padding: 6px 0px 6px 0px; color: #253555; font-weight: bold; text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); /* opera specific markup */ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); border-top-right-radius: 8px; border-top-left-radius: 8px; /* firefox specific markup */ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; -moz-border-radius-topright: 8px; -moz-border-radius-topleft: 8px; /* webkit specific markup */ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); -webkit-border-top-right-radius: 8px; -webkit-border-top-left-radius: 8px; background-image:url('nav_f.png'); background-repeat:repeat-x; background-color: #E2E8F2; } .params { border-spacing: 6px 2px; } span.keywordtype { color: #604020 } span.keywordflow { color: #e08000 } a.code { color: #4665A2; } pre.fragment { border: 1px solid #C4CFE5; background-color: #FBFCFD; padding: 4px 6px; margin: 4px 8px 4px 2px; overflow: auto; word-wrap: break-word; font-size: 9pt; line-height: 125%; } .fragment { font-family: monospace, fixed; font-size: 105%; } address.footer { text-align: right; padding-right: 12px; } hr.footer { height: 1px; } div.contents { margin-top: 10px; margin-left: 10px; margin-right: 10px; } div.headertitle { padding: 5px 5px 5px 10px; } div.header { background-image:url('nav_h.png'); background-repeat:repeat-x; background-color: #F9FAFC; margin: 0px; border-bottom: 1px solid #C4CFE5; } img.footer { border: 0px; vertical-align: middle; } .exception { border-spacing: 6px 2px; } span.preprocessor { color: #806020 } div.summary { float: right; font-size: 8pt; padding-right: 5px; width: 50%; text-align: right; } div.navpath { width: 100%; line-height: 140%; } </style> <div class="contents"> <h2><a name="KSEC3">GRIB section 3, the bitmap section</a></h2> <p>An INTEGER array of at least 2 elements. </p> <p> </p> <table border="3"> <caption> <strong> Contents of KSEC3 </strong> </caption> <tbody> <tr> <th> Element </th> <th> Contents </th> <th style="vertical-align: middle;"> GRIB API keys<br /> </th> </tr> <tr> <td> 1 </td> <td> <pre>0 A bitmap is included in the GRIB message.<br /> The data array PSEC4 contains a value which serves as a<br /> missing data indicator for use at missing data points.<br /><br />Non-zero The number of a predefined bitmap.<br /> The bitmap is not included in the message. The binary<br /> data array contains only valid data values; missing<br /> points are suppressed.</pre></td> <th style="vertical-align: top;"> <div align="left"> bitmapPresent <br /> </div></th> </tr> <tr> <td> 2 <p> </p> </td> <td> The value used at missing data points in an INTEGER data field. This value must be supplied for both encoding and decoding. </td> <th style="vertical-align: top;"> <div align="left"> missingValue <br /> </div></th> </tr> </tbody> </table> </div> |