Re: [sumo-user] Apply changes to source code

2021-05-25 Thread AMIT RAI
Thankyou sir, I have generated the project.sln file, after following the procedure from the procedure told in the windows built. But how to integrate the .sln in sumo gui? Regards AMIT RAI From: sumo-user on behalf of Jakob Erdmann Sent: Tuesday, May 25,

Re: [sumo-user] Regarding Cadyts.

2021-05-25 Thread yun-pang.floetteroed
One more thing: According to the log file the last action what Cadyts did is to clone the route file. It seems that it could not clone the agents. Try to check if the content of your Routes.Rou.alt.xml is correct. //Yun-Pang Von: Flötteröd, Yun-Pang Gesendet: Dienstag, 25. Mai 2021 14:36 An:

Re: [sumo-user] Regarding Cadyts.

2021-05-25 Thread yun-pang.floetteroed
Hi Rony, Could you please also look at the cadySumo-log.txt to check if there is any error message? Regards, Yun-Pang Von: sumo-user Im Auftrag von rony gracious Gesendet: Sonntag, 23. Mai 2021 16:24 An: Sumo project User discussions Betreff: Re: [sumo-user] Regarding Cadyts. Hi, Can anyone

Re: [sumo-user] Large-Scale Model Calibration

2021-05-25 Thread Jakob Erdmann
Hello, - many vehicle type parameters that you would use to calibrate a microscopic simulation have little or no effect in meso: https://sumo.dlr.de/docs/Simulation/Meso.html - if you call duarouter just once then you will likely get lots of congestion due to lack of proper traffic assignment:

Re: [sumo-user] OD2TRIPS timeline

2021-05-25 Thread Jakob Erdmann
The explanation and a workaround are at https://github.com/eclipse/sumo/issues/8676 Note, that for your input, the number of vehicles departing in the 0-probability periods is still much lower than in the surrounding periods. You can test this with sumo/tools/output/attributeStats.py ps_opp.xml

Re: [sumo-user] Junction position mismatch with road length

2021-05-25 Thread Jakob Erdmann
Generally, you can configure lengths and positions independent of each other (this can happen every time, you manually set the edge length attribute). Also, while junctions do have a reference location, they also have a shape and traversing them is associated with a length value that must be

Re: [sumo-user] Apply changes to source code

2021-05-25 Thread Jakob Erdmann
Follow the instructions for building on windows: https://sumo.dlr.de/docs/Installing/Windows_Build.html Am So., 23. Mai 2021 um 08:58 Uhr schrieb AMIT RAI : > Greetings, > > Keeproute=2 matches vehicle to road if distance to road is 100 m. I want > to increase this limit. To do this I downloaded

Re: [sumo-user] Loading state and simulation start speed

2021-05-25 Thread Jakob Erdmann
You can speed up your runs by calling simulation.loadState instead of simulation.load Am Sa., 22. Mai 2021 um 17:15 Uhr schrieb Marcelo Andrade Rodrigues D Almeida : > Perhaps the actual problem is that the first connection tries always fails > (connection refused). As consequence, I need to

Re: [sumo-user] Driver model in SUMO

2021-05-25 Thread Jakob Erdmann
1. No. There is not distinct driver model in SUMO. All Characteristics of the driver must be expressed via parameters of either the - carFollowModel (though some of them consider themselves a driver model (i.e. IDM the Intelligent Driver Model). - junction model

Re: [sumo-user] Using vTypeDistribution

2021-05-25 Thread Jakob Erdmann
Your input is lacking any , or defintions that use your vTypeDistribution. Am Fr., 21. Mai 2021 um 16:30 Uhr schrieb Bae, Jong In : > Thank you Jakob for your suggestion! > > I have changed my rou.file so that I'm putting all vehicle types into one > distribution as shown in the attached

Re: [sumo-user] use of json file....

2021-05-25 Thread Jakob Erdmann
Json most be converted into one of the supported input formats first: https://sumo.dlr.de/docs/netconvert.html#supported_network_formats Am Fr., 21. Mai 2021 um 14:28 Uhr schrieb Pallavi Mandhare < mandhar...@gmail.com>: > Dear all, > How to use a json file for network creation, traffic creation

Re: [sumo-user] Track number of vehicles for specific street

2021-05-25 Thread Maria.Armellini
Hi Dom, I think you can use the frequency attribute to set a period to aggregate the data (see Lane-_or_Edge-based_Traffic_Measures) But if you don’t need traffic volumes for all edges, you should better use

Re: [sumo-user] Integrate changes in sumo source code?

2021-05-25 Thread Menno van der Woude
It depends what you mean by "make the changes come into effect": - if you want to run a local version of SUMO with your changes, build SUMO from source and use the resulting binaries: https://sumo.dlr.de/docs/Installing/Windows_Build.html - if you want your changes to be reflected in the DLR