weldx.utility.
xr_transpose_matrix_data
Transpose data along two dimensions in an xarray DataArray.
da – xarray DataArray to transpose
dim1 – name of the first dimension
dim2 – name of the second dimension
xarray DataArray with transposed data at specified dimensions
xarray.DataArray