datatree.register_datatree_accessor

Attention

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

datatree.register_datatree_accessor#

datatree.register_datatree_accessor(name)[source][source]#

Register a custom accessor on DataTree objects.

Parameters:

name (str) – Name under which the accessor should be registered. A warning is issued if this name conflicts with a preexisting attribute.