-
Hierarchical scans save to xarray
Basic code to make it work:
`data1 = xarray.DataArray([[np.random.random((100, 100))]], dims=['a', 'b', 'x', 'y'], coords=[[0], [0], np.linspace(-1, 1, 100), np.l…
-
### Is your feature request related to a problem?
I'm trying to use `xindex` more. Currently, trying to select values using coordinates that haven't been explicitly indexed via `set_xindex()` raise…
-
Example ERA5
```python
import dask.array
import flox.xarray
import pandas as pd
import xarray as xr
dims = ("time", "level", "lat", "lon")
# nyears is number of years, adjust to make bigger,
…
-
Xarray uses the optional property `.nbytes` to indicate the size of wrapped arrays. Currently we don't implement `.nbytes` on `ManifestArrays`, so xarray defaults to estimating the size as basically `…
-
### Is your feature request related to a problem?
From https://github.com/pydata/xarray/issues/9544#issuecomment-2372685411
> Though perhaps we should add nunique along a dimension implemented a…
-
#### Update
Update on March 15, 2023 based on discussion here https://github.com/pydata/xarray/issues/7621
First posted on March 13, 2023
#### Description
When reading data with Xarray using a r…
-
I have a xarray ds with x,y as index and dimension and lat, lon as coordinate (but not index).
Is it possible to set lat, lon to index? Does this require a regridding by definition?
This is becaus…
-
They stopped working and currently, I don't have the capacity to find out why.
Original `pip_module_groups`-String:
`"sci_pks": "ipykernel numpy scipy sympy pandarallel dask mpi4py ipyparallel …
-
TODO: discuss specs for xarray backend to redis streams
-
the function `cdo_generate_weights` uses the `tempfile` to generate a tempfile `weight_file` for the weights, which is then read to an xarray with
```
weights = xarray.open_dataset(weight_file.name…