xarray icon indicating copy to clipboard operation
xarray copied to clipboard

N-D labeled arrays and datasets in Python

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

### What happened? I'm doing a computation using chunks and `map_blocks()` to run things in parallel. At some point a `pandas.errors.InvalidIndexError` is raised. When using dask's synchronous scheduler, everything works...

bug
needs triage

### What happened? When opening a dataset, like one from the tutorial, and writing it as zarr file, an error is raised due to encodings that are invalid for the...

bug
needs triage

### What happened? With a change from xarray version `2022.06.0` to `2022.09.0` the following output is no longer written as `float32` but `float64`. ### What did you expect to happen?...

bug
needs triage

**What happened**: Testing xarray data storage in a jupyter notebook with varying data sizes and storing to a netcdf, i noticed that open_dataset/array (both show this behaviour) continue to return...

topic-backends
topic-internals

### What is your issue? Xarray is permissive regarding the type of the attributes. If using a wrong type, the error reveals the valid types: For serialization to netCDF files,...

topic-metadata
needs discussion

This commit exposes the `memory` argument for the "netcdf4" engine, allowing one to create a netcdf dataset from a memory buffer, like so: ```python buffer: bytes = ... ds =...

topic-backends
io

Including aggregation with nans, astype, where, stack. This is a follow-on to #6804, delegating more functions to `np` or `xp` as appropriate. - [x] Tests added

topic-CF conventions
topic-arrays

### What happened? I tried to call `ds.to_netcdf(f, engine="netcdf4", format="NETCDF4")` and got an ```python ValueError: invalid format for scipy.io.netcdf backend: 'NETCDF4' ``` ### What did you expect to happen? I...

bug
topic-backends

I think that sphinx-codeautolink is different from `sphinx.ext.linkcode`... - [x] Closes #7010 - [ ] Tests added - [ ] User visible changes (including notable bug fixes) are documented in...

topic-documentation
CI
dependencies

I was playing around a bit with a mypy plugin and this was the best I could come up with. Unfortunately the mypy docu about the plugins is not very...

topic-typing