xoak icon indicating copy to clipboard operation
xoak copied to clipboard

xarray extension that provides tree-based indexes used for selecting irregular, n-dimensional data.

Results 15 xoak issues
Sort by recently updated
recently updated
newest added

I did further research on spatial indexes, I add below some interesting approaches (with links) that we could experiment with (after some development effort, though). We can use this issue...

It would be interesting to test/benchmark the ball tree + haversine approach versus the kd-tree + conversion lat/lon spherical -> xyz cartersian. The second approach is also used by libpysal,...

Just found xoak which sounds like great tool. This so maybe silly question, but I am wondering if there is a way of not only returning the closest data value...

Hi! I am hitting a memory problem I think due to what the [docs](https://xoak.readthedocs.io/en/latest/_api_generated/xarray.DataArray.xoak.sel.html) describe for `xoak.sel` of "This triggers dask.compute() if the given indexers and/or the index coordinates are...

Changes include: * accessor optionally takes in a "distances_name" str with which to name the new variable in results to store calculated distances from query() * query() now returns distances...