You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A while ago, we added support for an xcollection.Collection object which contains a mapping of datasets. This object behaves like a dictionary with additional functionality. However, with the more recent development of xarray-datatree --which will eventually be integrated into Xarray proper--, we should transition to using DataTree instead of Collection.
Is your feature request related to a problem? Please describe.
A while ago, we added support for an
xcollection.Collection
object which contains a mapping of datasets. This object behaves like a dictionary with additional functionality. However, with the more recent development of xarray-datatree --which will eventually be integrated into Xarray proper--, we should transition to usingDataTree
instead ofCollection
.Collection
object implementation from NCAR/xcollection in intake-esm #382Describe the solution you'd like
cat.to_datatree()
method which returns an xarrayDataTree
object.to_collection()
methodDescribe alternatives you've considered
We currently provide a
cat.to_collection()
method which returns anxcollection.Collection
object.Additional context
Add any other context or screenshots about the feature request here.
Cc @mgrover1
The text was updated successfully, but these errors were encountered: