NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Dear friends, I have a question regarding extracting bus routes as a sequence of street intersections. I used the following query in Overpass turbo area["name"="London"]; ( rel(area)["route"="bus"] )->.routes; ( node(r.routes:"stop"); )->.stations;

.routes out meta; .stations out center qt;

To extract the bus route based on a sequence of ways. It returned each bus route as a sequence of ways. Each way was indicated as the roles "Forward or Backward or without any role". But actually when I plotted the routes in Matlab, the resulted routes is a complete mass. If there is any one who knows how to solve this problem. Thank you Eli

asked 10 Feb '17, 19:02

ElhamAHM's gravatar image

ElhamAHM
11334
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×179
×1

question asked: 10 Feb '17, 19:02

question was seen: 825 times

last updated: 10 Feb '17, 19:02

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum