Software:Open Source Routing Machine
{{Infobox software | name = Open Source Routing Machine (OSRM) | logo = Open_Source_Routing_Machine_logo.png | logo size = 220px | screenshot = OSRM screenshot.png | screenshot size = 220px | collapsible = | author = Dennis Luxen, Christian Vetter | developer = | latest release version = | latest release date = Error: first parameter is missing. | operating_system = Linux, FreeBSD, OS X, Windows | programming_language = C++ | genre = Route planning software | license = Simplified BSD License[1] | website = {{{1}}} 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 permissive 2-clause BSD license, OSRM is a free network service. OSRM supports Linux, FreeBSD, Windows, and Mac OS X platform.
Overview
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 uses an implementation of contraction hierarchies and is able to compute and output a shortest path between any origin and destination within a few milliseconds, whereby the pure route computation takes much less time. Most effort is spent in annotating the route and transmitting the geometry over the network.
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. The screen shot image shown is since September 2015 out of date with loss of attendant routing service features.
OSRM was part of the 2011 Google Summer of Code class.[2]
Features
- 'Click-to-drag' dynamic routing, in the manner of Google Maps
- Alternative routes
- Free-to-use API
- Free and open-source under the simplified two-clause BSD license
See also
References
Further reading
- Vetter, Christian; Luxen, Dennis (2011). "MoNav & OSRM: 1 Jahr später" (in de). pp. 42–43. https://www.legato.net/download/attachments/2555944/2011_FOSSGIS_Tagungsband.pdf#page=41.
- Hubel, Andreas (November 15, 2011). "Webbrowserbasierte Indoor-Navigation für mobile Endgeräte auf Basis der OpenStreetMap" (in de). pp. 7–8. http://www.andreas-hubel.de/ba/ba_V2.0.pdf#page=17.
- Vetter, Christian; Luxen, Dennis (November 6, 2011). "Real-time routing with OpenStreetMap data". Proceedings of the 19th ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems. Association for Computing Machinery. pp. 513–516. doi:10.1145/2093973.2094062. ISBN 9781450310314. http://dl.acm.org/citation.cfm?id=2094062. Retrieved February 5, 2013.
External links
- Project homepage
- on GitHub
- {{Twitter}} template missing ID and not present in Wikidata.
Original source: https://en.wikipedia.org/wiki/Open Source Routing Machine.
Read more |