Learn R Programming

⚠️There's a newer version (4.1.1) of this package.Take me there.

osrm (version 1.0)

Interface Between R and the OpenStreetMap-Based Routing Service OSRM

Description

An interface between R and the OSRM API. OSRM is a routing service based on OpenStreetMap data. See for more information. A public API exists but one can run its own instance. This package allows to compute distance (travel time and kilometric distance) between points and travel time matrices.

Copy Link

Version

Install

install.packages('osrm')

Monthly Downloads

2,175

Version

1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Timothe Giraud

Last Published

September 30th, 2015

Functions in osrm (1.0)

osrmViaroute

Get Travel Time and Travel Distance Between Two Points
osrmTableErrors

Detect Errors in Distance Matrices
osrm

Shortest Paths and Travel Time from OpenStreetMap via an OSRM API
osrmTableOD

Get Travel Time Matrices Between Origins and Destinations
com

Communes Coordinates
osrmTable

Get Travel Time Matrices Between Points
osrmViarouteGeom

Get the Travel Geometry Between Two Points