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
I've been using kerchunk to generate aggregated datasets that have a Zarr group for each "stream" (this could be data on different grids and at different frequencies, e.g. full depth grid monthly means, and daily mean surface data).
I've been sticking them as reference files which works well.
I'd like to stick a single entry per simulation in a intake-esm catalog and read with datatree.open_datatree
I think I have two requests:
turn off aggregation, which seems to be a common request. I'd rather do the aggregation "at write-time" by creating an appropriate JSON file that takes care of various idiosyncrasis (e.g. merging in "static variables") instead of pushing it to the user at read-time.
a entry in the catalog that switches between using xr.open_dataset and datatree.open_datatree. Eventually, there will be a xr.open_datatree but the underlying concept of two different functions to open a group vs a full tree will still be around.
The text was updated successfully, but these errors were encountered:
turn off aggregation, which seems to be a common request. I'd rather do the aggregation "at write-time" by creating an appropriate JSON file that takes care of various idiosyncrasis (e.g. merging in "static variables") instead of pushing it to the user at read-time.
a entry in the catalog that switches between using xr.open_dataset and datatree.open_datatree. Eventually, there will be a xr.open_datatree but the underlying concept of two different functions to open a group vs a full tree will still be around.
i haven't had a chance to look into possible options. i intend to get back to you next week with some ideas :)
I've been using kerchunk to generate aggregated datasets that have a Zarr group for each "stream" (this could be data on different grids and at different frequencies, e.g. full depth grid monthly means, and daily mean surface data).
I've been sticking them as
reference
files which works well.I'd like to stick a single entry per simulation in a intake-esm catalog and read with
datatree.open_datatree
I think I have two requests:
xr.open_dataset
anddatatree.open_datatree
. Eventually, there will be axr.open_datatree
but the underlying concept of two different functions to open a group vs a full tree will still be around.The text was updated successfully, but these errors were encountered: