In Xarray, coordinates can be multidimensional. However, the Coord object currently cannot specify multiple dimensions and therefore requires a multidimensional array.
Solution: Keep the default behavior of Coord (to be 1D and have the name automatically be the dimension), but add the ability to specify multiple dimensions separately from the name.
In Xarray, coordinates can be multidimensional. However, the
Coordobject currently cannot specify multiple dimensions and therefore requires a multidimensional array.Solution: Keep the default behavior of
Coord(to be 1D and have the name automatically be the dimension), but add the ability to specify multiple dimensions separately from the name.