shnitsel.data.shnitsel_db.node_base¶
Classes¶
A tree-like hierarchical collection of xarray objects. |
Module Contents¶
- class ShnitselNode(dataset, name, level)¶
Bases:
xarray.DataTreeA tree-like hierarchical collection of xarray objects.
Attempts to present an API like that of xarray.Dataset, but methods are wrapped to also update all the tree’s child nodes.