pydata / xarray

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

DataTree: fetch inherited coords on demand #9187

Closed TomNicholas closed 3 months ago

TomNicholas commented 3 months ago

This takes the new tests from #9063 and makes (most of) them pass using a different implementation. I didn't get to the IO part but this should be enough to show you what I was imagining.

cc @shoyer

@keewis @owenlittlejohns @flamingbear @eni-awowale I'm interested if any of you see advantages in either mine or @shoyer's approach here (or don't care)

TomNicholas commented 3 months ago

Closing as replaced by #9063