Hello, OSMWebWizard uses the randomTrips application to generate traffic ( http://sumo.dlr.de/wiki/Tools/Trip#randomTrips.py). The parameters can be found in the 'build.bat' file in the scenario folder. Assuming your net contains 3 edges with a combined length of 5 km that each has 2 lanes which allow passenger traffic and the count value is set to 90 then you will get 5 * 2 * 90 = 900 vehicles per hour in the whole network. (This translates to a randomTrips parameter of p = 4 which means a new vehicle is inserted every 4 seconds. This is just a very rough model for automatically scaling the amount of generated vehicles to the network size.
regards, Jakob 2017-07-03 17:17 GMT+02:00 Le Van Duc via sumo-user < [email protected]>: > Dear All, > > I have tried to use OSMWebWizard tool to generate a traffic simulation. It > seems that the OSMWebWizard use a random model to generate vehicle traffic > based on two input parameters: *Through Traffic Factor* and *Count. *The > tutorial says that > > "*The Count parameter defines how many vehicle are generated per hour and > kilometer of road and lane*". > > I can understand "per hour" but I do not know what is the meaning of *per > ...and kilometer of road and lane*. > > Also, I cannot find any document that describes the detail of models and > implementation of OSMWebWizard. Please suggest me me if you know any > tutorial or document about OSMWebWizard, which is more detail than tutorial > at > > http://www.sumo.dlr.de/userdoc/Tutorials/OSMWebWizard.html > > Thanks for your consideration. > > Best regards, > > Duc Van Le > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
