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? Saving `xr.Dataset()` lazily to NetCDF4 (`dset.to_netcdf(..., compute=False)`) fails seemingly randomly if an array is used either as a coordinate to multiple variables, or saved with different names...

bug
topic-backends

Here I am trying to add docstring example to the cumulative functions. I did this by basically copying the method used for the reduction functions. Not sure at all if...

topic-documentation
topic-groupby

- [x] Closes #6891 - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst`

needs discussion

#5692 is ~~not merged yet~~ now merged ~~but~~ and we can ~~already~~ start thinking about the next steps. I’m opening this issue to list and track the remaining tasks. @pydata/xarray,...

topic-indexing

### What happened? When trying to concatenate data using a Pandas MultiIndex and then unstack it to get two independent dimensions (e.g. for varying different parameters in a simulation), the...

bug
topic-indexing
regression

### What happened? It seems netcdf4 does not work well currently with `s3fs` the FUSE filesystem layer over S3 compatible storage with either the default `netcdf4` engine nor with the...

upstream issue

- [x] Closes #7141

### What happened? On Windows with python (3.9 and 3.10) the command `import xarray` results in a crash of python, if I have the packages netcdf4 and h5netcdf installed. ###...

plan to close
dependencies

### What is your issue? The coverage was reduced from ~94% to ~68% after merging #7126 See https://app.codecov.io/gh/pydata/xarray or our badge I _think_ this is because the unittests never included...

CI

### What happened? On an input array like ```mydata.values[0,0,:] array([0. , 0. , 0. , 0.57392103, 0.57392103, 0.57392103, 0.57392103, 0.57392103, 0.57392103, 0.57392103, 0.57392103, 0.57392103, 0. , 0.57392103, 0.57392103, 0.57392103, 0.57392103,...

plan to close
topic-faq