Herbie icon indicating copy to clipboard operation
Herbie copied to clipboard

Use BallTree for nearest neighbor search

Open blaylockbk opened this issue 2 years ago • 0 comments

This would replace or expand the current herbie accessor herbie.accessors.nearest_points.

  • BallTree: https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.html
  • Example: https://gist.github.com/benbovy/adcb7d3b14d22014444a2c57efb30696
  • Discussion: https://github.com/pydata/xarray/discussions/5009
  • https://github.com/benbovy/pys2index
  • Probably implement this xarray extension: https://github.com/xarray-contrib/xoak

blaylockbk avatar Jul 15 '22 17:07 blaylockbk