Thank you very much! In my case traffic will only happen inside the site,
meaning I have an entry and an exit point as well as one pick-up/drop-off
point. The passengers will arrive at the site in their vehicles and then
be dropped off. Then at shift change, they need to be picked up and leave
the site. My guess is that I have to store/ park the workers somewhere.
One of my issues is that I don't know if after I ID-d a bus, can the
person's ID that took that bus be extended with the bus ID. Then I believe
in the csv I can see each person that took a specific route, how long did
it took them to reach the drop-off.

Is my thinking correct? Is this okay for me to ask more questions
in the future?

Jakob Erdmann <namdre.s...@gmail.com> ezt írta (időpont: 2023. máj. 9., K,
10:38):

> > 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
>


-- 
Haritonov Alexander
_______________________________________________
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