-
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 =…
-
Coordinates `clon_bnds` and `clat_bnds` get lost in the xarray.DataArray stored in the dictionary output of select_data(). Those coordinates are needed if the xarray.DataArray should be converted to a…
-
Since we represent pose tracking data as `xarray` objects, it could be attractive to save them to [zarr](https://zarr.dev/), especially since `xarray` already provides a [`xarray.Dataset.to_zarr()`](h…
-
### What happened?
I am implementing my own lazy loadable backend based on https://docs.xarray.dev/en/latest/internals/how-to-add-new-backend.html#how-to-support-lazy-loading using the xr.core.indexi…
-
So I stumbled upon Charles' code [here](https://github.com/leap-stc/climsim_feedstock/blob/c9143502c098869519ed04a7238e487001b7a46b/feedstock/recipe.py#L206-L208) and wanted to formalize this a bit mo…
-
I would be interested in using pytorch as a backend for xarrays - because:
a) pytorch is very similar to numpy - so the conceptual overhead is small
b) [most helpful] enable having a GPU as the und…
-
### What is your issue?
Hi folks, I'm working on a mini-tutorial introducing xarray for some folks in our genetics community and noticed something slightly confusing about the typical pictures used t…
-
**Is your feature request related to a problem? Please describe.**
The GeoTIFF format and its modern variant Cloud Optimized GeoTIFF (COG) is still the most popular data format for land remore sens…
-
With the ongoing xarray index refactor we can now promote the "abbrevs" and "names" to indexes, which can then be selected directly (instead of needing to go via the numbers).
Implementing this is …
-
In the `pint` integration tests I tried to also test calling numpy functions on xarray objects (we provide methods for all of them).
Some of these functions, like `numpy.median`, `numpy.searchsorte…