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

- [x] Closes #6881 - [x] Tests added In the current implementation, the `concat` function does not ensure that the indexes that belong to the same `MultiIndex` relate to the...

### What is your issue? I have 2d data which I want to visualise. The visuals look completely different if I use plt.imshow() vs xarray_dataset.plot.imshow() There are mainly two issues...

usage question
topic-plotting

Adds missing core team members @alexamici and @aurghs to docs, as well as fixing @benbovy 's username.

documentation

Adds a whole suite of hypothesis strategies for generating xarray objects, inspired by and separated out from the new hypothesis strategies in #4972. They are placed into the namespace `xarray.testing.strategies`,...

enhancement
topic-testing
CI
dependencies

Builds on top of #4972 to add tests for `Variable/DataArray/Dataset` constructors and properties when wrapping duck arrays. Adds a file `xarray/tests/duckarrays/base/constructors.py` which contains new test base classes. Also uses those...

topic-testing
topic-arrays
topic-hypothesis

This is the first of a series of PRs to add a framework to make testing the integration of duck arrays as simple as possible. It uses `hypothesis` for increased...

topic-testing
topic-arrays
topic-hypothesis

[Hypothesis](https://hypothesis.readthedocs.io/en/master/) is a library for writing property-based tests in Python: you describe input data and make assertions that should be true for all examples, then Hypothesis tries to find a...

topic-testing
topic-hypothesis

### Proposal We should expose a public set of hypothesis strategies for use in testing xarray code. It could be useful for downstream users, but also for our own internal...

enhancement
topic-testing
topic-hypothesis

### What is your issue? Hej Everybody (Hi Julius :) ), we are using the DWD Icon models a lot, but I currently have the issue loading files with `'generalVerticalLayer'`,...

needs triage

- [x] Supersedes #6403, see also #5531 - [x] Tests added - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods...