Etienne Schalk
Etienne Schalk
Hi @TomNicholas , I would like to help with the code on this one. Do you think this might be a good first issue? Thanks!
Pathlib The following are some notes I taken while reading the pathlib documentation, thinking about equivalences in DataTree usage ## Listing ### Curated list This list only contains methods I...
Hi @TomNicholas , Thanks for your answer! I'm answering from my other personal account. ## TLDR I wrote too much text so here is a quick summary: - (1) Having...
Hi @TomNicholas > This might be a good idea, but xarray currently has both open_zarr and open_dataset, and there is an unresolved discussion about whether to get rid of one...
Thanks for the `chunks={}` tip! This is indeed the behaviour I expected. This is really important when trying to open chunked large Zarr data with datatree to keep the original...
Hello @max-sixty Regarding the current output and output I would want, there is a bug as the last line, here, `*empty*` is duplicated and not replaced properly. I fixed the...
The following example should be copy/pastable into a single file. The doctest has a single trailing Ellipsis, and the output is wrong on purpose. Output is `True` when we expect...
Hello, In the context of https://github.com/pydata/xarray/issues/8760 I try to use the ruff formatter to format docstrings. This is an opt-in behaviour introduced in https://astral.sh/blog/ruff-v0.1.8 enabled by adding in pyproject.toml: ```toml...
It would be so powerful to help reporting issues in libraries for instance. Even better: imagine an integration with GitHub: you write a notebook and can derive an issue from...
Hello @dcherian I adapted changes made in #8698 with the added clear separation between the `join` and `broadcast` keyword parameters. So while the form (API) changed, I did not change...