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

How can I calculate the distance between stops of public transport routes?

0

Are there any tools where I can use to caclculate the route distance between stops of public transport routes mapped in OpenStreetMap?

asked 07 Jul '17, 10:26

miklcct's gravatar image

miklcct
71337
accept rate: 0%

edited 07 Jul '17, 19:19

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701


2 Answers:

0

For 1 or 2 you could do it in e.g. JOSM (or the upcoming update of the iD editor). In case you want it for several tens of bus stops, you can download OSM data in e.g. a Postgis database and do the calculations there. You can also download bus stops for a route via Overpass in a csv format and do the calculations in a spreadsheet.

answered 07 Jul '17, 10:38

escada's gravatar image

escada
19.0k16166302
accept rate: 21%

edited 07 Jul '17, 10:40

0

alt text

answered 07 Jul '17, 19:30

andy%20mackey's gravatar image

andy mackey
13.2k87143285
accept rate: 4%

Source code available on GitHub .