xarray
xarray copied to clipboard
N-D labeled arrays and datasets in Python
- [x] Closes #11002 - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` This PR makes the handling of `chunks="auto"` consistent between...
- [X] Closes #10579 and [#12](https://github.com/aladinor/raw2zarr/issues/12) - [X] Tests added - [X] User visible changes (including notable bug fixes) are documented in `whats-new.rst`
- [x] Closes #6528 - [ ] Tests added - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are listed...
- [x] Closes #8749 - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` Slight documentation amendments following discussion in #8749 and #11006. - I add a...
- [x] Prevents reaching state described in #9485 - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` Forbids pathlike coordinate names as...
### What is your issue? I'm writing an MPI enabled Xarray accessor and one of the caveats with HDF5/NetCDF in parallel is that the metadata and space inside the file...
- [x] Closes #9490 - [x] Closes #9978 - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` Addresses #9490 and #9978 by...
[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/20199935876) Python 3.12 Test Summary ``` xarray/tests/test_backends.py::TestDask::test_save_mfdataset_compute_false_roundtrip: worker 'gw1' crashed while running 'xarray/tests/test_backends.py::TestDask::test_save_mfdataset_compute_false_roundtrip' ```
### What is your issue? I have an era5 dataset stored in GCS bucket as zarr. It contains 273 weather related variables and 4 dimensions. It's an hourly stored data...