Is there a Traveling Salesman routing program or website where I can feed a list of lat lon coordinates or similar and it outputs the shortest route passing through all points, reordering as necesary, preferably with car, bicycle and walking options. asked 02 May '17, 15:38 nevw |
All major OSM routing engines support this:
None of these services have a free and unlimited online offering (it would quickly be abused by people trying to save on their own AWS cost). Mapzen has an offer where you register a free API key and use that. OSRM doesn't need an API key, you can just use it. Graphhopper requires registration and while they have a free trial, I don't think they have a free tier. All three are Open Source and you can install and use them without limits locally. answered 02 May '17, 16:05 Frederik Ramm ♦ Thanks Frederik, helpful and comprehensive as always.
(02 May '17, 16:15)
nevw
|