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? When I open an fsspec s3 file twice, it results in an error, "file-like object read/write pointer not at the start of the file". Here's a Dockerfile...

bug
needs triage

Splitting up #5622 as the scope of it has grown too large now. * Adds support for dataarray scatter plots and replaces the dataset version. * Scatter now has 3d...

topic-plotting

`pint`'s implementation of NEP-18 (see hgrecco/pint#905) is close enough so we can finally start working on the `pint` support (i.e. make the integration tests pass). This would be the list...

enhancement
topic-arrays

### What is your issue? I would like to use scipy.stats.skew and scipy.stats.kurt with multidimensional xarrays, and also with results of the "coarsen" function. I don't see information about which...

topic-documentation

### What is your issue? The documentation says `Dataset.rename_dims` will returns a new object with renamed dimensions only. In my work I am intended to rename the longitude and latitude...

needs triage

It should be relatively straightforward to allow slicing on coordinates that are not backed by an IndexVariable, or in other words coordinates that are on a dimension with a different...

topic-indexing
enhancement

### What happened? We lose the time coord here — `Dimensions without coordinates: time`: ```python ds = xr.tutorial.load_dataset("air_temperature") ds.rolling_exp(time=5).mean() Dimensions: (lat: 25, time: 2920, lon: 53) Coordinates: * lat (lat)...

bug

With the flexible indexes refactor indexes have become much more important, which means we should include them in the reprs of `DataArray` and `Dataset` objects. This is a initial attempt,...

### What happened? In my workflow, I was opening a dataset from a netcdf, modifying the contents, saving the dataset as a different file and then repeat the process with...

bug
needs triage

### What happened? It seems that `align(*, join="override")` may have affected and still may affect the metadata of index coordinate data in an incorrect way. See the MCV example below....

bug
topic-metadata