-
Notifications
You must be signed in to change notification settings - Fork 75
Round trip suggestions
Norbert Renner edited this page Sep 7, 2022
·
4 revisions
- Round trip routing - BRouter Group
- Plan a round trip · Issue #236 · nrenner/brouter-web
- Generate random route automatically - BRouter Group
-
Efficient Computation of Jogging Routes -
"Given source vertex s and length L, it asks for a cycle (containing s) that approximates L while considering niceness criteria such as the surrounding area, shape of the route, and its complexity." - How Trail Router works
- https://trailrouter.com/
- http://cycle.travel/map - "Suggest a ride"
- walks.io
- https://kurviger.de/
- CycleMap RouteMagic - loop generator, proprietary
- Graphhopper (https://kurviger.de/; ⛔ Apache-2.0 License, incompatible to MIT)
- POI Tour - Personalisierter Tourenplaner für Fussgänger (Travelling Salesman, OSRM, osm2pgsql DB; Python; MIT License)