[sumo-user] Fwd: OpenStreetMap - Export only selected roads

2018-04-18 Thread Paula Naomi
Hello everyone. I need to export some roads from Sao Paulo city using OpenStreepMap. I don't want to export the whole city, because I just need some primary roads and the complete file would be too large. So, I need to know if there is a way to export only selected roads. I tried to use API

[sumo-user] OpenStreetMap - Export only selected roads

2018-04-18 Thread Paula Naomi via sumo-user
Hello everyone. I need to export some roads from Sao Paulo city using OpenStreepMap. I don't want to export the whole city, because I just need some primary roads and the complete file would be too large. So, I need to know if there is a way to export only selected roads. I tried to use API

Re: [sumo-user] new vehicle created with traci.vehicle.addFull but not detected by getIDList() or getIDCount()

2018-04-18 Thread Jakob Erdmann
Hello, it is documented now: http://sumo.dlr.de/wiki/TraCI/Change_Vehicle_State#Vehicle_insertion regards, Jakob 2018-04-18 13:48 GMT+02:00 Simon Chauvin : > ​ > ​Hi, > I am new with sumo and TraCI > At some point, I would like to create​ a new vehicle using >

[sumo-user] new vehicle created with traci.vehicle.addFull but not detected by getIDList() or getIDCount()

2018-04-18 Thread Simon Chauvin
​ ​Hi, I am new with sumo and TraCI At some point, I would like to create​ a new vehicle using traci.vehicle.addFull() Here is my function: def add_new_vehicle(): print("vehicle list BEFORE{}".format(traci.vehicle.getIDList())) traci.vehicle.addFull( vehID="new_veh",

[sumo-user] new vehicle created with traci.vehicle.addFull but not detected by getIDList() or getIDCount()

2018-04-18 Thread Simon Chauvin via sumo-user
​​ ​Hi, I am new with sumo and TraCI At some point, I would like to create​ a new vehicle using traci.vehicle.addFull() Here is my function: def add_new_vehicle(): print("vehicle list BEFORE{}".format(traci.vehicle.getIDList())) traci.vehicle.addFull( vehID="new_veh",

Re: [sumo-user] e2 detector inside junction?

2018-04-18 Thread Menno van der Woude
Hello, thanks, it worked now. Before, I think I did not open the network with internal lanes in SUMO. Now I was able to place a detector inside the junction! Greets, Menno On 18-4-2018 12:13, Jakob Erdmann wrote: Hello, in order to place detectors within junctions your network must be

Re: [sumo-user] e2 detector inside junction?

2018-04-18 Thread Menno van der Woude
Hello Jakob, thanks for the info. I'd like to try this, but have trouble finding the internal lane IDs. Checking "show internal edge name" in View Settings (in SUMO-GUI) has no (visible) effect. Checking "show lane to lane connections" shows some straight lines, though not all connections