xarray.DataTree.to_zarr (original) (raw)

DataTree.to_zarr(store, mode='w-', encoding=None, consolidated=True, group=None, write_inherited_coords=False, compute=True, **kwargs)[source]#

Write datatree contents to a Zarr store.

Parameters:

Note

Due to file format specifications the on-disk root group name is always "/" overriding any given DataTree root node name.