urrently I am working on a project and I want to create a graph for certain city where the nodes are the bus stops and the edges are the routes between the bus stops. I am able to get the whole city bus stops using openstreetmap but I don't know How to get the set of bus stops which directly connected to a certain bus stops. Any Ideas or suggestions? asked 27 Nov '15, 09:06 aearm aseerel4c26 ♦ |
crosspost: https://stackoverflow.com/questions/33889921/how-can-i-get-the-directly-connected-bus-stops-to-a-certain-bus-stop-using-opens
Which city? Bus routes are mapped in different ways in different places. As well as the two wiki public transport schemas I've seen bus routes as a relation of just nodes and also as a relation of just ways, in addition to a mixture.
Uppsala city sweden