datatree.DataTree.to_dict

Attention

This repository has been archived. Please use xarray.DataTree instead.

datatree.DataTree.to_dict#

DataTree.to_dict() Dict[str, Dataset][source][source]#

Create a dictionary mapping of absolute node paths to the data contained in those nodes.

Returns:

Dict[str, Dataset]