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

#### Code Sample : Considering a netcdf file file with the following variable: ``` short agc_40hz(time, meas_ind) ; agc_40hz:_FillValue = 32767s ; agc_40hz:units = "dB" ; agc_40hz:scale_factor = 0.01 ;...

topic-CF conventions

### What happened? Currently I'm working with xarray for MRSI analysis. I have been using xarray datasets with one the dimensions labeled as "metabolite." Previously I have been able to...

upstream issue
topic-zarr

### What happened? In previous versions of xarray, testing numerical equivalence of two DataArrays was possible using the built-in operator '==' and without side affects. Now in version 2022.6.0, when...

bug
topic-metadata
regression

### Is your feature request related to a problem? When using an array type with GPU support, such as CuPy arrays, Numba device arrays or Numba mapped arrays (shared), ```__cuda_array_interface__```...

enhancement

### Is your feature request related to a problem? When merging data with overlapping values at the same coordinates, the only current option to avoid a `MergeError` is to select...

enhancement

### What happened? I'm updating builds for Fedora to 2022.06.0, and running tests, the process runs out of memory and is OOM-killed. Running all the steps manually, this gets to...

bug
needs triage

### What is your issue? Importing the xarray package takes a significant amount of time. For instance: ``` ❯ time python -c "import xarray" python -c "import xarray" 1.44s user...

topic-internals
dependencies

- [X] Closes #2304 - but only for my specific use case. - [x] Tests added The comments above this line state, "so we just use a float64" but then...

needs work

### What is your issue? xref https://github.com/pydata/xarray/pull/6795#discussion_r932665544 and #6293 (Public API section). The `scipy22` branch contains the addition of a `.set_xindex()` method to DataArray and Dataset so that participants at...

design question
topic-indexing

Hi, I am not sure if this is the place to raise my issue but I'd appreciate any help! I am trying to do a more complicated calculation with CESM...

needs triage