Integrate our io modules and plugins with xarray.DataTree once it is merged with xarray core. This will allow us to represent any data in a single DataTree object, or even all data from a single experiment.
The merge of DataTree with xarray core is currently in progress. It seems to be tracked here.
DataTree has been released with xarray 2024.10.0, with some breaking changes. Loaders should be updated to use xr.open_groups instead of open_datatree!
Description
Integrate our
io
modules and plugins withxarray.DataTree
once it is merged withxarray
core. This will allow us to represent any data in a singleDataTree
object, or even all data from a single experiment.The merge of
DataTree
withxarray
core is currently in progress. It seems to be tracked here.