shnitsel.data.shnitsel_db.node_base

Classes

ShnitselNode

A tree-like hierarchical collection of xarray objects.

Module Contents

class ShnitselNode(dataset, name, level)

Bases: xarray.DataTree

A 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.