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

One thing that bother me alot is that pandas lacks good unit support (e.g. quantities, pint, ...) Is there a chance that xray will support it?

topic-CF conventions
topic-arrays

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

needs discussion

- [x] Closes #4554 - [x] Closes #5629 - [x] Closes #5644 - [ ] Tests added - [x] Passes `pre-commit run --all-files` - [ ] User visible changes (including...

topic-dask
needs work
topic-performance

- [x] Closes #6317 - [ ] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` For some reason, my grepping doesn't seem to...

topic-error reporting
needs work

### What is your issue? Follow on from #6891 and #6978 to discuss how we could homogenize the passing of keyword arguments to wrapped external functions across xarray methods. There...

design question
needs discussion

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

topic-backends
io

For the last remaining item on #719, do you (especially @shoyer and @benbovy ) have any thoughts formed about how the MultiIndex will be represented inside the netCDF4/HDF5 file? And...

topic-CF conventions

This PR adds a `utils.parse_dims` function for parsing one or more dimensions. Currently every function that accepts multiple dimensions does this by itself. I decided to first see if it...

topic-typing

### What happened? Trying to save a lazy xr.DataArray of datetime objects as a zarr forces a dask.compute operation and retrieves the data to the local notebook. This is generally...

bug
needs triage