Distance Tree Model

View on GitHub
#python#flask#geolocation

Overview

Distance Tree Model was an experiment with a k-d tree to quickly find nearest neighbors. Specifically, I used this tool with geolocation data from the OpenStreetMap API, and it takes into account the curvature of the earth in its distance calculations.