xarray icon indicating copy to clipboard operation
xarray copied to clipboard

N-D labeled arrays and datasets in Python

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

### What is your issue? In #4972 @keewis started writing a public framework for testing the integration of any duck array class in xarray, inspired by the [testing framework pandas...

enhancement
topic-testing
topic-arrays

### What happened? I have nan values in a date vector stored in a netCDF. When I read on my ARM Apple computer with `xr.open_dataset()`, it is not properly recognized....

needs review
upstream issue

### What is your issue? According to the documentation for [`xarray.Dataset.interpolate_na`](https://xarray.pydata.org/en/stable/generated/xarray.Dataset.interpolate_na.html?highlight=interpolate_na), additional keywords are passed on to `numpy.interp` when `method="linear"`. In one of the examples one such additional keyword is...

topic-documentation

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

I saved an xarray dataset to zarr using `to_zarr`. I then later tried to read that dataset from the original zarr, re-chunk it, and then write to a new zarr....

bug
topic-backends
topic-zarr

### I'm working with datasets that have coordinates with lots of decimal places. As I don't need this I reassign cords and transform the dtype to float32. For calculating the...

topic-faq

### What happened? After applying the `concat` function to a dataset with a Multiindex, a lot of functions related to indexing are broken. For example, it is not possible to...

bug
topic-indexing
regression

### What happened? I am reading the era5 nc data and extracting the values by latitude and longitude. My code worked fine for 8 hours but then suddenly it broke....

plan to close

### What happened? To note, I'm using the stable version(2022.6.0). First, I'm confused that both `dimension coordinate`/`non-dimension coordinate` and `index coordinate`/`non-index coordinate` appear in the documentation(search to see), but they...

topic-indexing
topic-documentation

### What happened? in the latest xarray version 2022.06.0, xarray.DataArray.quantile supports 9 methods: https://docs.xarray.dev/en/latest/generated/xarray.DataArray.quantile.html however, those methods are only implemented starting from numpy 1.22.0 https://numpy.org/doc/stable/reference/generated/numpy.quantile.html whereas the current numpy requirement...

topic-error reporting