eschalkargans
eschalkargans
Hello, ## Bug Description I am currently experimenting with datatree (`xarray-datatree==0.0.13`) to open a Zarr folder. I assume that datatree should be able to open all of the Zarr files....
Hello, I open this issue to discuss about integrating more path manipulations into the datatree library. ## TLDR: To summarize: - `pathlib`-like methods for DataTree - Indexing with `Path` objects...
Hello, ## Summary I initially created an issue on the xarray repository: https://github.com/pydata/xarray/issues/8944 ; I place it here for reference as it provides more context. The part concerning `fsspec` is...
## Bug description  The group width is shrinked, not using the full available width. The width should only be restrained as we progress in the hierarchy,...
## Motive Xarray is already capable of smart plotting data arrays and in some extents, datasets. > Xarray has limited support for plotting Dataset variables against each other. https://docs.xarray.dev/en/latest/user-guide/plotting.html ##...
## Motive The string and rich representations of Dataset and DataArrays are standardized. However, the DataTrees can become pretty complex structurally (unlike DataArrays and Dataset). Hence, adding visualizations capabilities to...
## Motive Possibility to add attrs on DataTree instanciation. It is feasible with DataArray and Dataset. Examples: ```python print(xr.DataArray([], attrs={"my_attr": 1})) array([], dtype=float64) Dimensions without coordinates: dim_0 Attributes: my_attr: 1...
## Motive When opening a Zarr file with many attributes, the Attributes section is unwrapped by default. It can make the notebook rendering crash in VSCode. It would be preferable...
### Is your feature request related to a problem? Xarray is already capable of smart plotting data arrays and in some extents, datasets. > Xarray has limited support for plotting...
Hi, I recently started to use your template. The tabs feature is really nice! I would have a question regarding the Table of Contents. By default, it is _folder_, and...