xarray.coding.strings.CharacterArrayCoder#
- class xarray.coding.strings.CharacterArrayCoder[source]#
Transforms between arrays containing bytes and character arrays.
- __init__()#
Methods
__init__
()decode
(variable[, name])Convert an decoded variable to a encoded variable
encode
(variable[, name])Convert an encoded variable to a decoded variable