Replies: 1 comment
-
See #5775 I don't think there's any consensus. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've not found a good reference for how people represent vectors and matrices in
xarray
. Take this example:Here
e1, e2
represent the set of spatial dimensions. Really, there is only one coordinate dimension here that we have to name twice for the matrix.You could imagine splitting the vector out into some more complex type with named components
vector.x, vector.y
, but that feels like it wouldn't scale to matrices.Is there a conventional way to represent a dimension that is itself some set of dimensions? Or to have multiple dimensions that refer to the same coordinate?
Beta Was this translation helpful? Give feedback.
All reactions