FillValue
FillValue is a special marker used in data arrays and file formats to indicate that a data element is missing, unknown, or invalid. It functions as a sentinel value that allows software to distinguish gaps from valid measurements and to preserve array shapes in storage and processing.
In NetCDF and related conventions, a variable attribute called _FillValue specifies which value represents missing data
Fill values must be representable within the variable’s data type and are chosen to be unlikely to
In data processing, fill values are ignored or masked during statistical calculations and analyses to avoid