xoa.coords.transpose_modes

class xoa.coords.transpose_modes(value=None, *args, **kwargs)[source]

Supported transpose() modes

__init__()

Initialize self. See help(type(self)) for accurate signature.

Attributes

classic

Basic xarray transpose with xarray.DataArray.transpose()

compat

Transpose skipping incompatible dimensions

insert

Transpose adding missing dimensions with a size of 1

resize

Transpose resizing to missing dimensions.