Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proximity Search Algorithms

Minimal implementations and short summaries (pros/cons) for common spatial search techniques. Each algorithm has a *.md overview and a matching *.js reference implementation in src/.

Algorithms

Usage / Setup

  1. Clone the repository

    git clone https://github.com/scott/proximity-search-algorithms.git
    cd proximity-search-algorithms
    npm install
  2. Run examples for each algorithm:

    npm run kdtree
    npm run geohash
    npm run quadtree
    npm run delaunay

License

MIT

About

Different algorthms for finding nearest neighbors to latitude/longitude points.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages