xarray.coding.variables.CFMaskCoder#
- class xarray.coding.variables.CFMaskCoder(decode_times=False, decode_timedelta=False)[source]#
Mask or unmask fill values according to CF conventions.
Methods
__init__
([decode_times, decode_timedelta])decode
(variable[, name])Convert a decoded variable to an encoded variable
encode
(variable[, name])Convert an encoded variable to a decoded variable