This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Getting speedlimits along an itenerary or set of gps points

0

Hello everyone,

I am building an App using Python to compute a speed profile (using speedlimits) between two adresses or two coordinates. My final goal is to determine my car consumption for a giving itenerary. For that, my consumption model needs the travelling distance and the maximum speed my vehicle is reaching. Since I won't always have a GPS recording, I was thinking I could use the speedlimits as targets for my vehicle (of course if we respect the speedlimits ^^). I am sure it is feasible because it is almost what Google map would do to compute the traveling time.

Any idea how I could script that or maybe use some tools (free of course ^^)?

Thank you all.

asked 24 Jul '15, 15:43

Redrumbaron's gravatar image

Redrumbaron
11112
accept rate: 0%

1

Are you already familar with existing routing frameworks ? Did you considered to play around with TrafficMining? You checked the research about OSM profile routing for eco, accessibility etc?

(25 Jul '15, 18:41) iii

Source code available on GitHub .