xarray.coding.strings.CharacterArrayCoder¶
-
class
xarray.coding.strings.CharacterArrayCoder[source]¶ Transforms between arrays containing bytes and character arrays.
-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__()Initialize self.
decode(variable[, name])Convert an decoded variable to a encoded variable
encode(variable[, name])Convert an encoded variable to a decoded variable
-