Open jbusecke opened 2 weeks ago
Related to https://github.com/leap-stc/data-management/issues/163
@andersy005 can we have an option to use xr.open_datatree instead of xr.open_dataset?
xr.open_datatree
xr.open_dataset
You also should look at the new xr.open_groups.
xr.open_groups
Related to https://github.com/leap-stc/data-management/issues/163
@andersy005 can we have an option to use
xr.open_datatree
instead ofxr.open_dataset
?