-
Dear Sir: I'm searching for the appropriate documents about how the dims/coordinate should be interpreted. in https://docs.xarray.dev/en/stable/user-guide/data-structures.html
While I don't feel that coords is expected they are ordered, I'm not 100% sure about it. Could you let me know if you have the corresponding description? Thank you for your help in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
only the dimension names on variables are expected to be ordered, everything else is not. In particular, the order of coordinates and variables only affects the representation of the dataset (e.g. |
Beta Was this translation helpful? Give feedback.
only the dimension names on variables are expected to be ordered, everything else is not. In particular, the order of coordinates and variables only affects the representation of the dataset (e.g.
repr(ds)
).