Re: [sumo-user] Limit amount of entities

2024-05-16 Thread Jakob Erdmann via sumo-user
sumo option --max-num-vehicles 2000 serves this purpose. Am Fr., 17. Mai 2024 um 05:51 Uhr schrieb Petr Chytil via sumo-user < sumo-user@eclipse.org>: > Hi All, > I have scenario with "flows", is there a way to pause the generation of > vehicles at some amount in the simulation, for example

[sumo-user] Limit amount of entities

2024-05-16 Thread Petr Chytil via sumo-user
Hi All, I have scenario with "flows", is there a way to pause the generation of vehicles at some amount in the simulation, for example 2000? Thanks, Petr ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit

Re: [sumo-user] Adding PT to the network

2024-05-16 Thread Mirko Barthauer via sumo-user
Dear fereshte, the --shift option belongs to traceExporter.py (another script in the tools directory) which is called from gtfs2pt.py (actually from gtfs2fcd.py which is called by gtfs2pt.py). I don't get this message when working with your data. Maybe delete the old numerical.net.xml file -

Re: [sumo-user] set crossing edge

2024-05-16 Thread Jakob Erdmann via sumo-user
Never mind my earlier response. You have to define the crossing with only edge 287540586#6 because the reverse edge is purely a sidewalk and therefore doesn't have to be crossed. Am Do., 16. Mai 2024 um 12:07 Uhr schrieb Francesco PETRAROLI via sumo-user : > okay > > Il giorno gio 16 mag 2024

Re: [sumo-user] Regarding duaiterate.py

2024-05-16 Thread Rohan Verma via sumo-user
The initial path is the "fastest-path-in-the-empty-network". I have a small network and I have tried up to 20 iterations but the average travel time never reaches close to initial solution. Thanks and regards, On Thu, May 16, 2024 at 3:35 PM Jakob Erdmann via sumo-user < sumo-user@eclipse.org>

Re: [sumo-user] Regarding duaiterate.py

2024-05-16 Thread Jakob Erdmann via sumo-user
1. No, during the iteration itself but you can view any single iteration afterwards by loading the .sumocfg file in the iteration folder 2. It's not common but still possible if the "fastest-path-in-the-empty-network"-routes happen to be the best. Though eventually, the iterations should

Re: [sumo-user] set crossing edge

2024-05-16 Thread Jakob Erdmann via sumo-user
Please zip and attach the network file. Am Do., 16. Mai 2024 um 10:20 Uhr schrieb Francesco PETRAROLI via sumo-user : > from my .net.xml file pedestrians were already disallowed from that lane. > > Il giorno gio 16 mag 2024 alle ore 10:08 Jakob Erdmann via sumo-user < > sumo-user@eclipse.org> ha

[sumo-user] Regarding duaiterate.py

2024-05-16 Thread Rohan Verma via sumo-user
Dear community, I tried DUA using duaiterate.py and I had two doubts. Any help on these would be greatly appreciated. 1. Is it possible to use SUMO-GUI instead of SUMO while using duaiterate.py? 2. My first iteration has the minimum average travel time for the whole simulation and the subsequent

Re: [sumo-user] Calculating charging time of a ev vehicle at a charging station

2024-05-16 Thread The div via sumo-user
Vendors are tweaking their Battery Management Systems all the time but I'm not aware of any vendors that publish a curve for their vehicles. Generically the claimed charge rates are only achieveable when the battery charge level is below ~50% and the battery temperature is above ~12c. Various

Re: [sumo-user] set crossing edge

2024-05-16 Thread Jakob Erdmann via sumo-user
In order for the crossing to work you have to disallow pedestrians on the road (otherwise the road models shared space and doesn't need a crossing). See https://sumo.dlr.de/docs/Simulation/Pedestrians.html#pedestrian_simulation Am Do., 16. Mai 2024 um 09:56 Uhr schrieb Francesco PETRAROLI via

Re: [sumo-user] E3 Detector XML showing "-1" on several detectors

2024-05-16 Thread Jakob Erdmann via sumo-user
The relevant warning is " Vehicle ... arrived inside e3Detector". Example: e3_4 only covers two exit lanes but the vehicles may change lanes and thus leave the intersection on any of 5 or potentially 8 lanes. Am Do., 16. Mai 2024 um 09:41 Uhr schrieb Mirko Barthauer via sumo-user <

Re: [sumo-user] E3 Detector XML showing "-1" on several detectors

2024-05-16 Thread Mirko Barthauer via sumo-user
Hi Alex, the problem is related to lane changes and where the vehicles are inserted. E3 detectors can count only those vehicles which have passed first a datEntry and then a datExit section. All others get discarded in the output. Please add more datEntry sections for each detector to cover

Re: [sumo-user] Calculating charging time of a ev vehicle at a charging station

2024-05-16 Thread Jakob Erdmann via sumo-user
@Div, from a technical point of view, it wouldn't be to hard to let the user define a charging-rate-curve parameter for the vehicle. Are you aware of available data on such curves? Am Di., 14. Mai 2024 um 12:32 Uhr schrieb The div via sumo-user < sumo-user@eclipse.org>: > You can get the

Re: [sumo-user] Integrating Road Congestion Ontology into SUMO for Analysis and Visualization

2024-05-16 Thread Mirko Barthauer via sumo-user
Hi Emile, what exactly do you want to do in the context of road congestion? Mainly you can add user-defined logic to your simulation using a TraCI script. Then you could either write output data for further analysis directly in your script or use one of