xarray icon indicating copy to clipboard operation
xarray copied to clipboard

N-D labeled arrays and datasets in Python

Results 378 xarray issues
Sort by recently updated
recently updated
newest added

### What happened? When using the `parallel=True` key, `open_mfdataset` fails with `NetCDF: Unknown file format`. Running the same command again (with try+except), or with `parallel=False` executes as expected. works: ```...

upstream issue

rasterio backend support for the `complex_int16` dtype - [x] Closes #5491 - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst`

needs work
dependencies

Seems a waste of time to transpose 1d arrays. - [ ] Closes #xxxx - [ ] Tests added - [ ] Passes `pre-commit run --all-files` - [ ] User...

needs work
topic-performance
run-benchmark

- [x] Closes #5587 - [x] Tests added - [x] Passes `pre-commit run --all-files` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - ~~New functions/methods...

enhancement
needs work

- [ ] Closes #xxxx - [X] Tests added

upstream issue

- [x] Fixes #4743 - [x] Tests added - [x] Passes `pre-commit run --all-files` - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` Related to...

contrib-help-wanted
needs review
topic-rolling

It is nice to be able to write custom assertion error messages on failure sometimes. This allows that with the array comparison assertions, by allowing a `fail_func(a, b)` callable to...

topic-testing
needs discussion

- [x] Closes #5655 - [ ] Tests added - [ ] Passes `pre-commit run --all-files` - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst`...

### Is your feature request related to a problem? Consider this example ```python ds = xr.Dataset({"a": ("x", [1, 2, 3]), "b": ("y", [1, 2, 3])}) xr.apply_ufunc(np.mean, ds, input_core_dims=[["x"]]) ``` This...

enhancement

Hello Xarray Community and @pydata/xarray, Starting next week, we will be hosting a bi-weekly 30-minute community/developers meeting. The goal of this meeting is to help coordinate Xarray development efforts and...

community