You could use
https://sumo.dlr.de/docs/Tools/Misc.html#generateparkingareaspy to get
started and then adapt the generated parkingAreas in netedit.
For traffic, you could define two traffic assignment zones (one for the
entrance and one for the parking zone) and build the traffic with od2trips
Then add stops with
https://sumo.dlr.de/docs/Tools/Routes.html#addstops2routespy

Am Mi., 17. Mai 2023 um 13:57 Uhr schrieb Haritonov Alexander <
haritonov.alexan...@gmail.com>:

> Hi!
>
> I've finished with the site layout but the parking spaces are somewhat of
> an issue. My goal is for the car flow to enter and each car would find a
> parking spot, then after 8 hours they would exit and another flow of cars
> would come in. Currently, I have trouble with placing the parking
> spots(roadside according to the correct numbers) and providing a flow where
> cars fill/find parking spaces logically. Can you help me with this?
>
> Jakob Erdmann <namdre.s...@gmail.com> ezt írta (időpont: 2023. máj. 9.,
> K, 14:40):
>
>> personinfo-output records the exact vehicle that was taken by each person
>> so this will show up along with the person id in the xml/csv output. (along
>> with the time spent waiting for pickup).
>>
>> Am Di., 9. Mai 2023 um 12:46 Uhr schrieb Haritonov Alexander <
>> haritonov.alexan...@gmail.com>:
>>
>>> 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
>>>
>> _______________________________________________
>> 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
>
_______________________________________________
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