> Can sumo handle this data generation?

Yes. Depending on the required level of detail (i.e. having morning and
evening in a single simulation, detailed public transport, parking search,
consistency in returning to the original home location) you could either
set this up with two randomTrips calls
randomTrips.py --persontrips -n net.net.xml -t -e 1000 " modes=\"car\""
randomTrips.py --persontrips -n net.net.xml -t -e 1000 " modes=\"public\""
or with a bit of scripting (you might even get SAGA to build this for you:
https://github.com/lcodeca/SUMOActivityGen*)*

> How long would it take to generate this report?
simulating 2000 persons should be quite fast. Setup time depends a lot on
the needed details and your experience

> Can I get a CSV report at the end?
Yes: https://sumo.dlr.de/docs/Tools/Xml.html#xml2csvpy

> Get the waiting time of an individual? How long does it take for an
individual to arrive? To get to the exit.
Yes. This is all deducible from --personinfo-output.

regards,
Jakob

Am Di., 9. Mai 2023 um 09:56 Uhr schrieb Haritonov Alexander <
haritonov.alexan...@gmail.com>:

> Dear Community!
>
> I have the following task at hand.
> There is a large factory that requires a multi-modal traffic sim. In this
> stage, I have to simulate approx a 2000 people shift change that will go
> like this:
> 2000 people arrive at the factory. 50% by bus 50% by car. Those who will
> come by bus will also be divided into several other groups. Then at shift
> change, I have to change the personnel so 1000 people have to go by
> bus/meaning they need to take on at some destinated station, and another
> 1000 will go to their cars and leave the premise.
>
> Can sumo handle this data generation? How long would it take to generate
> this report? Can I get a CSV report at the end? Get the waiting time of an
> individual? How long does it take for an individual to arrive? To get to
> the exit.
>
> These processes have an established(documented) workflow or I have to
> develop them somehow.
>
> --
> Haritonov Alexander
> _______________________________________________
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
_______________________________________________
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to