Jump to content

Open Source Routing Machine: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Proposing article for deletion per WP:PROD. (TW)
(edit summary removed)
Line 1: Line 1:
{{Proposed deletion/dated
|concern = No indication of third-party coverage by reliable sources, fails [[WP:GNG]].
|timestamp = 20120515195313
}}
{{stub}}
{{stub}}



Revision as of 19:55, 15 May 2012

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