xarray.register_datatree_accessor# xarray.register_datatree_accessor(name)[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. See also xarray.register_dataarray_accessor, xarray.register_dataset_accessor