Notes: Setting Up OSRM & Using OSM Filter for Machine Learning
When working on my project to find the optimal running route given a starting/ending location and mileage, I needed to build a routing engine so I could make numerous calls without hitting an API limit. Below is my note os how I set that up OSRM on MacBook with python.To figure out the distance between … [Read more…]