bitmap
- bitmap(fs, value)
- bitmap(fs, field)
Returns a copy of
fswith none or more of its values replaced with the GRIB missing value indicator.- Parameters
- Return type
The behaviour of
bitmap()depends on the arguments:if
valueis specified, any value infsbeing equal to it is replaced with the missing value indicator.if
fieldis specified with the same number of fields asfs, the result takes the arrangement of missing values fromfield.if
fieldcontains only one field, the arrangement of missing values from that field are copied into all fields of the output fieldset.
See also
nobitmap().