Commit Graph

5 Commits

Author SHA1 Message Date
Josh Baker 16d0de422b update benchmark 2017-04-01 09:18:40 -07:00
Josh Baker 04290ec535 KNN results for NEARBY command
This commit includes the ability to search for k nearest neighbors using
a NEARBY command. When the LIMIT keyword is included and the 'meters'
param is excluded, the knn algorithm will be used instead of the
standard overlap+haversine algorithm.

   NEARBY fleet LIMIT 10 POINT 33.5 -115.8

This will find the 10 closest points to 33.5,-115.8.

closes #136, #130, and #138.
ping @tomquas, @joernroeder, and @m1ome
2017-01-30 16:41:12 -07:00
Josh Baker c425d76374 Z optimized, fixed #61 2016-10-03 13:03:20 -07:00
Josh Baker 6e4977ac0f added bounds function to rtree 2016-08-19 08:04:18 -07:00
Josh Baker 4fc58f7f5c first commit 2016-03-04 16:08:16 -07:00