In Python Xarray, we can have non-dimension coordinates that contain coordinate data, but are not a dimension coordinate (see https://docs.xarray.dev/en/stable/user-guide/data-structures.html#coordinates) .
I'm just wondering if there is any similar support for this in the ecosystem. Actually this idea is kinda of useful for working with multidimensional coordinates.
In Python
Xarray, we can have non-dimension coordinates that contain coordinate data, but are not a dimension coordinate (see https://docs.xarray.dev/en/stable/user-guide/data-structures.html#coordinates) .I'm just wondering if there is any similar support for this in the ecosystem. Actually this idea is kinda of useful for working with multidimensional coordinates.