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

### Fixed type errors in `mypy` GitHub Action - [x] Closes #6962 Running the GitHub Action for [mypy](https://github.com/pydata/xarray/blob/main/.github/workflows/ci-additional.yaml#L121) locally returns successful: ```bash $ python -m mypy --install-types --non-interactive Success: no...

topic-backends
Automation
topic-typing
io

[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/3246558437) Python 3.10 Test Summary ``` xarray/tests/test_formatting.py::test__mapping_repr_recursive: ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape...

CI

Wanted to garner maintainer feedback on the basic implementation before I add any docs. I will need some guidance for adding tests. - [x] Closes #6577 - [ ] Tests...

topic-backends
plan to merge
topic-typing
io

This means that explicitly opening a file multiple times with ``open_dataset`` (e.g., after modifying it on disk) now reopens the file from scratch, rather than reusing a cached version. If...

topic-backends
plan to merge
io

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

topic-plotting
CI
plan to merge
dependencies
topic-typing

### What is your issue? Currently the input type for "one or more dims" is changing from function to function. There are some open PRs that move to `str |...

enhancement
needs discussion
topic-typing

### What happened? Running the GitHub Action for [`mypy`](https://github.com/pydata/xarray/blob/main/.github/workflows/ci-additional.yaml#L121) locally returned errors: ```bash $ python -m mypy --install-types --non-interactive xarray/core/merge.py:43: error: "tuple" is not subscriptable [misc] xarray/core/merge.py:44: error: "tuple" is...

CI
needs discussion

### What is your issue? As I've understood it `ZarrBackendEntrypoint` is the engine used when loading zarr-files. But for some reason we show `ZarrStore` in `xr.backends`. I believe the `ZarrStore`...

API design
topic-backends
needs discussion

### What happened? When calling the `xarray.DataArray.plot()` method on empty DataArrays raises an `ImportError` about a required, but missing, `nc-time-axis` package. This is at least confusing. ### What did you...

topic-plotting
topic-error reporting
contrib-good-first-issue

Added examples to the docstring of the following methods: `DataArray.drop_vars()` `DataArray.reindex_like()` `DataArray.interp_like()` I will gradually edit this PR and add more examples to other methods. I'll gladly accept feedback to...

topic-documentation