dhconnelly / rtreego

an R-Tree library for Go

Home Page:http://dhconnelly.github.com/rtreego

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Points vs Spatial

taybin opened this issue · comments

I want to use NearestNeighbor() to find the closest Points, but this isn't supported. Is this something that could be added? Or could I just use 1x1x1 Spatials to approximate this?

Hello! Yes, I suggest using small rects. The readme addresses this a little bit. Hope it works for you!