-
when loading `to_dask` with caching as in https://github.com/pangeo-data/pangeo-datastore/issues/113, `fsspec.open_local` first loads the whole dataset and then opens the data in `xarray`, still with …
-
### Bug report
**Bug summary**
I am facing implementation errors when trying to extract field information along a defined streamline. The dataset that is used is from AMRVAC.
**Code for repro…
-
The docstrings for all deterministic functions claim that ndarrays (i.e. numpy arrays) can be passed through, but that isn't the case since a lot of the preprocessing and wrapper functions leverage `x…
-
To avoid any conda dependencies, I am working on writing some regridding methods in xarray (with dask and flox).
However, I noticed a structural difference between the bilinear interpolation as xES…
-
We use template specializations to make sure we get the correct precision. The problem, for instance, with a non-template `f(const xt::xarray &input)` is that it will also compile when you pass a `xt:…
-
The `raster` functionality in for weights building currently supports `DataArray` objects created through `xarray.open_rasterio`:
```python
import xarray
from libpysal.weights import Queen
pop =…
-
Xarray has a nice `_repr_html_` that shows up fine in notebook and lab
```python
import xarray as xr
ds = xr.tutorial.open_dataset('rasm')
display(ds)
```
![image](https://user-images.github…
-
Inherited from iiasa/ixmp#191:
> [xarray 0.13](http://xarray.pydata.org/en/stable/whats-new.html#v0-13-0-17-sep-2019) includes support for converting pd.DataFrame to a [pydata/sparse](https://spars…
-
Hi intake_xarray developers,
I've encountered an error when the version of intake is 2.0.1 where `intake_xarray` doesn't seem to recognize `intake`. When I reverted to `intake=0.6.8`, everything se…
-
The SMAP tutoral 2.0 [read_and_plot_smap_data](notebooks/SMAP/02_read_and_plot_smap_data_rendered.ipynb) uses `h5py` and `numpy`. The whole notebook could be simplified and streamlined by using `xarr…