Tom Nicholas

Results 1090 comments of Tom Nicholas

Thanks for this thoughtful issue! > I argue that empty nodes should not appear in the dict. In the case of the root node you're right that that extra dict...

Basically in order to have the round-tripping property ```python assert tree == DataTree.from_dict(tree.to_dict()) ``` the rule has to be either: a) create one dict entry per node for all nodes,...

Hi guys! Thanks for your interest! @kmuehlbauer is right, we're merging datatree in upstream, and I believe that what you're asking for is essentially covered by the "**Generalize backends to...

> Is it planned to backport the bugfixes of xarray to this datatree repo, or not (so users are encouraged to use the latest xarray versions)? No - this repo...

Okay @kmuehlbauer I'm very pleased to have your thoughts on all this, but you've really come in with the hardest questions / most tricky file formats here!! > The individual...

See https://github.com/zarr-developers/zarr-specs/issues/287

I mentioned this to @d-v-b in the zarr call just now, and we thought that essentially the virtualizarr effort is trying to make zarr into a "superformat", sort of a...

Thanks for the thorough issue. FYI you could easily make your example into an actual copy-pastable MVCE using `xr.tutorial.open_dataset('air_temperature')`