-
### What happened?
Code that worked with xarray 2024.9.0 has begun to fail with xarray 2024.10.0, even though [no breaking changes](https://docs.xarray.dev/en/stable/whats-new.html#breaking-changes…
-
[Xarray](https://xarray.dev/) is something we should have an example for.
Task:
1. Example using Hamilton.
2. Creating any issues (e.g. like adding @extract_columns support) found.
-
### What happened?
Attempting to open a (specific?) HDF5 file over the network via `fsspec` and `xarray.open_datatree()` fails with an error inside h5py, if `import netCDF4` occurs in the script
…
-
It'd be great to stick a cache on `dask.array.svg.svg` and `normalize_chunks`.
These seem like highly cacheable functions, and would help with https://github.com/pydata/xarray/issues/8902. The s…
-
Hello, all, I'm beginning to use this package and I think it works extremely well. However, one small thing I miss but that makes a lot of difference is `xarray`'s default selection when plotting. Bai…
-
```
def test_io_mpldataset():
mpl_ds = act.io.mpl.read_sigma_mplv5(act.tests.EXAMPLE_SIGMA_MPLV5)
# Tests fields
assert 'channel_1' in mpl_ds.variables.keys()
assert 'temp_0' in…
-
How does one open a dataset spread over multiple files (like with xarray's `open_mfdataset` function)?
-
Good evening, I am using your fantastic library for a project but I need a recent version of xarray because of a bug that has been solved. I was wondering if you plan to move to a more recent version …
-
Add a function to each component (sensor, station, network, network collection) to transform it into an xarray object.
This would not only allow using all the features that come with xarray, but also…
-
### Is your feature request related to a problem?
When trying to standardise multiple files at once, a chunk size error is sometimes raised. The files have to be standardised one by one which seems…