Hi All, I am working on simulating random agent moves on the map => The agent moves along a road and tosses a coin at each intersection to decide the direction to proceed to. When the time runs out, the agent moves towards the destination.
This requires me to have the data for road intersection, along a given road. I could not find this data readily available nor any api which can provide me this data. So I m writing the code from scratch for finding road intersections from scratch using openstreetmap road data. Once I have the road intersection data, it will be fairly simple to simulate random agent movement. Thanks, Nadeem
