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
@maxrjones, when you say "nodes," do you mean datasets? If so, does that mean each time we call write_variables_to_icechunk_group, is the group the absolute path of the dataset within the tree?
If you look at https://docs.xarray.dev/en/stable/getting-started-guide/quick-overview.html#datatrees I'm referring to what that section calls "groups". While those docs say "you can think of it (a datatree) as a recursive dict of Dataset objects", I think it's important for this issue to recognize that a node/group is not exactly a dataset. You can call DataTree[<node-name>].ds to get a view of the contained dataset to DataTree[<node-name>].to_dataset() to get a copy, but the nodes implement different methods than datasets which is why they are different.
No description provided.
The text was updated successfully, but these errors were encountered: