Attention
This repository has been archived. Please use xarray.DataTree instead.
datatree.DataTree.sizes
-
property DataTree.sizes: Mapping[Hashable, int]
Mapping from dimension names to lengths.
Cannot be modified directly, but is updated when adding new variables.
This is an alias for DataTree.dims provided for the benefit of
consistency with DataArray.sizes.