Skip to content

richardellison/osrmrcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osrmrcpp

Implementation of OSRM C++ API in R.

Summary

This package is used for testing the OSRM C++ API in R for possible future inclusion in stplanr. The functions included in the package are minimal examples to test the concept and do not include any error checking.

Building and running

Building this package requires the OSRM library to be installed as well as all its dependencies (boost, etc.). The included Makevars file has been written for Linux and will (very likely) not run on Windows.

Running the functions require that you run osrm-datastore first to load the network and make it accessible by the API.

Other details

The OSRM functions appear to crash RStudio in Ubuntu 15.10 (although not Ubuntu 14.04) but work properly when using R directly.

About

Implementation of OSRM C++ API in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published