Hello all, I'm trying to simulate part of Manhattan, NY, and to control everything about the sidewalks ( i.e. having two sidewalks even for one-way streets) I extracted junction coordinations from OSM and created nod.xml and edg.xml files manually. Now, I can see that although some of the connections are there already, but not all the sidewalks have appropriate connections. In another word, In the following screenshot:
http://www.sumopaint.com/images/temp/xziickifahtaixqc.png The when I generate the network using following command: netconvert --crossings.guess 1 --edge-files ts_mn.edg.xml --node-files ts_mn.nod.xml --no-turnarounds 1 -o ts_mn.net.xml sidewalk number 1 is not connected to sidewalk number 2. As you can see in the picture there are white lines at the end of the sidewalks like number 3 and 4. I think these are the signs that these lanes (sidewalk lanes) are not connected to each other. But, after defining an explicit connection between these two lanes in a con.xml file and run the previous command with adding the connection file, the while lines number 3 and 4 become like traffic lights and the connection is there. Now, my question is how can I connect all the sidewalks in the network and control them just by the traffic lights added to crossings? Shouldn't the traffic lights at the beginning and end of each crossing be sufficient? Thank you all for your time ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
