You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cf-checker highlights that dimensions should be listed in a consistent order: T, Z, Y, X. CFizer could reorder dimensions where this condition is not met, using xarray's transpose() function.
Dimension order is more an advisory than a compliance requirement, but because it should be quite straightforward to implement, it is recommended.
The text was updated successfully, but these errors were encountered:
The cf-checker highlights that dimensions should be listed in a consistent order: T, Z, Y, X. CFizer could reorder dimensions where this condition is not met, using
xarray
'stranspose()
function.Dimension order is more an advisory than a compliance requirement, but because it should be quite straightforward to implement, it is recommended.
The text was updated successfully, but these errors were encountered: