Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Crowding at bus stops

Dear Jakob,

 

Thank you for your swift response.

 

Attached you find the stop-file and the config file I used, which only creates empty files of no type.

 

Thank you.

 

Von: sumo-user <sumo-user-bounces@xxxxxxxxxxx> Im Auftrag von Jakob Erdmann
Gesendet: Mittwoch, 22. Februar 2023 08:00
An: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Betreff: Re: [sumo-user] Crowding at bus stops

 

My apologies for suggesting the wrong tool. It's description has been extended to clarify the ambiguity in what is being counted.

W.r.t. computePassengerCounts.py, this tool is working in our tests and counts the number of passengers aboard vehicles. Feel free to provide your stop-output file to check why the results come up empty.

Upon further consideration, stop-output is not well-suited to analyze crowding since it only records the number of passengers at vehicle arrival but doesn't track the number of persons who enter / leave a stop between vehicle arrivals (any given person might either continue with walking after having arrived or continue to wait for a continuation ride).

A better output would be tripinfo-output since it records the start times of rides as well as the prior waiting time.

There is currently no tool in SUMO that would perform the aggregation. Pull requests are welcome.

 

regards,

Jakob

 

 

Am Di., 21. Feb. 2023 um 16:59 Uhr schrieb Frederik Bachmann <frederik.bachmann@xxxxxx>:

Thank you for pointing out this tool.

 

I tested it on my stop-output. Unfortunately, the output only shows the time and number of buses occupying a stop, but not the number of passengers waiting/arriving at the stop.

I also tested the tool computePassengerCounts.py to analyse the stop-output, however, this tool just creates empty files, when the parameter for csv is set to “False” or no files, when it is set to “True”.

 

Is there maybe another way?

 

Thank you.

 

 

Von: sumo-user <sumo-user-bounces@xxxxxxxxxxx> Im Auftrag von Jakob Erdmann
Gesendet: Montag, 20. Februar 2023 07:45
An: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Betreff: Re: [sumo-user] Crowding at bus stops

 

The python tool output/computeStoppingPlaceUsage.py analyzes crowding at bus stops based on stop output and might fit your needs.

 

Am So., 19. Feb. 2023 um 15:28 Uhr schrieb Frederik Bachmann <frederik.bachmann@xxxxxx>:

Hello,

 

is there a more convenient way to analyse the crowding at bus stops than using the stop_output and counting the number of arrived passengers before each bus departure?

 

Thank you.

 

Kind regards,

Frederik

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Attachment: Mandl_benchmark_stop_31140_281218.output.xml
Description: Mandl_benchmark_stop_31140_281218.output.xml

Attachment: computePassengerCounts.cfg
Description: computePassengerCounts.cfg


Back to the top