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
In trying to create a nicer way to access ocean model output (several stacks of netcdf files where each stack can be concatenated, but not necessarily merged into a single Dataset object), I've been able to construct a DataTree object:
but would then need a way to write that tree to disk.
The current file formats (except maybe parquet, but not sure), definitely support this since they're based on zarr, we'd just need to create a DataTree accessor and write the code to serialize DataTree objects containing ManifestArrays.
I was going to say that this is a duplicate of #84, but it's actually not because being able to write from DataTree is useful even if we have not yet implemented open_virtual_datatree.
In trying to create a nicer way to access ocean model output (several stacks of netcdf files where each stack can be concatenated, but not necessarily merged into a single
Dataset
object), I've been able to construct aDataTree
object:but would then need a way to write that tree to disk.
The current file formats (except maybe parquet, but not sure), definitely support this since they're based on
zarr
, we'd just need to create aDataTree
accessor and write the code to serializeDataTree
objects containingManifestArray
s.Edit: related to #84 and #11
The text was updated successfully, but these errors were encountered: