An interface between R and the OSRM API. OSRM is a routing service based on OpenStreetMap data. See <http://project-osrm.org/> for more information. This package allows to compute distances (travel time and kilometric distance) between points and travel time matrices.
osrmTable
Get travel time matrices between points.
osrmRoute
Get the shortest path between two points.
osrmTrip
Get the travel geometry between multiple unordered points.
osrmIsochrone
Get a SpatialPolygonsDataFrame of isochrones.