Open Source Routing Machine
This article may have been previously nominated for deletion: Wikipedia:Articles for deletion/Open Source Routing Machine exists. It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "Open Source Routing Machine" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|Open Source Routing Machine|concern=No indication of third-party coverage by reliable sources, fails [[WP:GNG]].}} ~~~~ Timestamp: 20120515195313 19:53, 15 May 2012 (UTC) Administrators: delete |
The Open Source Routing Machine or OSRM is a C++ implementation of a high-performance routing engine for shortest paths in road networks. Licensed under the Affero General Public License, OSRM is a free network service.
It combines sophisticated routing algorithms with the open and free road network data of the OpenStreetMap (OSM) project. Shortest path computation on a continental sized network can take up to several seconds if it is done without a so-called speedup-technique. OSRM is able to compute and output a shortest path between any origin and destination within a few miliseconds. Since it is designed with OpenStreetMap compatibility in mind, OSM data files can be easily imported. A demo installation is sponsored by Karlsruhe Institute of Technology and previously by Geofabrik. OSRM is under active development.
Features
- 'Click-to-Drag' dynamic routing, ala Google Maps.
- Free and Open Source under the Affero General Public License.
External Links
- Project Homepage: http://project-osrm.org/
- Demo: http://map.project-osrm.org/
- GitHub: https://github.com/DennisOSRM/Project-OSRM