geocaml / ocaml-rtree

A pure OCaml implementation of R-Trees
BSD 3-Clause "New" or "Revised" License
26 stars 7 forks source link

Nearest neighbour #35

Closed harshey1103 closed 8 months ago

harshey1103 commented 8 months ago

The function will return the nearest spatial object in the R-tree, along with its distance

patricoferris commented 8 months ago

Thanks @harshey1103, @kushalpokharel already has a PR open for this issue with a bit more code and implementation. If you have the time, do help over there with review and suggestions. To avoid confusion though I'm going to close this PR :)) Thanks again