node-kdtree
node-kdtree copied to clipboard
Bounding Box Support
Are there future plans to support bounding box queries? Such that one can specify a bounding box and all the points in the bounding box are returned?
In order to support this natively the underlying C library would need to be modified to support such queries. It might be possible to query for nearest neighbors using the center of the box though, and use JavaScript code to reject points outside an application-defined bounding box.