xarray icon indicating copy to clipboard operation
xarray copied to clipboard

N-D labeled arrays and datasets in Python

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

Two steps of the netcdf3 encoding process are triggering unexpected computation in some specific cases. This happens when the function `xarray.backend.netcdf4.encode_nc3_variable` is called. This concerns saving to netcdf with scipy,...

bug
topic-backends

### What happened? Recent versions of xarray have several regressions when dealing with zarrs by way of ZipStores. First, there is no longer transparent creation of a ZipStore-based zarr on...

bug
topic-backends
topic-zarr

> Can we add an automated-issue-opening step for failures? _Originally posted by @dcherian in [#10855](https://github.com/pydata/xarray/issues/10855#issuecomment-3406869699)_

contrib-help-wanted
Automation

### What is your issue? This is a mixture between question, bug (potentially) and general issue, so feel free to label it accordingly. Here is my question: **what is the...

bug
topic-indexing

### What happened? Loading a netcdf4 file from a THREDDS server via dap4 failed with `UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 6202: ordinal not in range(128)` ###...

topic-backends
upstream issue

### Is your feature request related to a problem? I am a bit puzzled about how xarrays is broadcasting Datasets. It seems to always add all dimensions to all variables....

enhancement

### Is your feature request related to a problem? The ["Plotting"](https://docs.xarray.dev/en/stable/user-guide/plotting.html) and ["Reading and Writing Files"](https://docs.xarray.dev/en/stable/user-guide/io.html) pages are quite long. Now that we are on `pydata-sphinx-theme` it would be good...

contrib-help-wanted
topic-documentation
enhancement
contrib-good-first-issue

### What happened? When reducing a DataArray after using groupby, and reducing over a dimension that does not exist, the given error is ```python ValueError: cannot reduce over dimensions ['']....

bug
topic-groupby
topic-error reporting

### What happened? Hey! I tried saving a dataset (CMIP6 derived data) with very small chunks (dask array) to a zarr store using shards to limit the number of files...

bug
contrib-help-wanted
topic-zarr

Added test test_object_codec in test_backends.py Fixes issue #10727

topic-backends
topic-zarr
io