pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.56k stars 1.07k forks source link

Clarify which coordinate variables are inherited in the datatree repr #9464

Closed TomNicholas closed 1 week ago

TomNicholas commented 1 week ago

What is your issue?

We added inheritance of coordinates from parent nodes in #9077 but we don't yet have a great way to distinguish which coordinates are inherited from parents vs which are defined on the local node in the datatree repr.

TomNicholas commented 1 week ago

Oops @shoyer and I made the same issue at the same time! Closing this in favour of #9463.