Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface to the OSRM API #14

Closed
Robinlovelace opened this issue Oct 24, 2015 · 3 comments
Closed

Interface to the OSRM API #14

Robinlovelace opened this issue Oct 24, 2015 · 3 comments

Comments

@Robinlovelace
Copy link
Member

And decode the results.

E.g.

http://router.project-osrm.org/viaroute?loc=52.503033,13.420526&loc=52.516582,13.429290&instructions=true

@richardellison
Copy link
Collaborator

I have made a start on this by adding a function to decode the encoded polylines used for the route geometries returned by OSRM (see #22). I'm thinking the function to decode OSRM results should return a SpatialLinesDataFrame with the route geometries and other data?

@Robinlovelace
Copy link
Member Author

Great work - we're most of the way there. Will look at creating route_osrm next weekend, unless you get there 1st.

@Robinlovelace
Copy link
Member Author

Functionality added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants