datatree icon indicating copy to clipboard operation
datatree copied to clipboard

Out of node access to variables in .ds

Open TomNicholas opened this issue 2 years ago • 1 comments

Intended to close part (2) of #80, but currently raises a RecursionError.

Allow path-like access to DataArray objects stored in other nodes via getitem

  • [x] Closes #80
  • [x] Tests added
  • [x] Passes pre-commit run --all-files
  • [ ] New functions/methods are listed in api.rst
  • [ ] Changes are summarized in docs/source/whats-new.rst

TomNicholas avatar May 28 '22 17:05 TomNicholas

Based on discussion in https://github.com/xarray-contrib/datatree/pull/99#discussion_r887004389 we will leave this for now, and see if it's actually something that users particularly want later.

TomNicholas avatar Jun 16 '22 15:06 TomNicholas