xarray.coding.strings.EncodedStringCoder#

classxarray.coding.strings.EncodedStringCoder(allows_unicode=True)[source] #

Transforms between unicode strings and fixed-width UTF-8 bytes.

__init__(allows_unicode=True)[source] #

Methods

__init__([allows_unicode])

decode(variable[, name])

Convert a decoded variable to an encoded variable

encode(variable[, name])

Convert an encoded variable to a decoded variable