Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] stop output and trip output do not match

Hello,
Recently, I implemented public transit lines in SUMO. I encountered that the number of passengers boarded at a stop according to stop output, does not  match with the number of passengers making successful trips according to trip output. I was assuming that every passenger who boards into some bus at any stop has an entry in trip output as well. I tried with TraCI as well as a simple command line, but in either case, I found that the passenger count varies. Typically, the total number passengers boarded (as per stop output) is greater than the total number of passengers in the trip output. However, when I extracted additional data through TraCI, then I found that the number of passengers at various stops as per stop output is the same as the extracted information about each passenger through TraCI.

I am attaching my network along with TraCI code (demo-i.py) to be tested by others. Also, I am attaching a few csv files which I have extracted from the xml output files for easier reference.

Please clarify if the stop output count of passengers has to be the same as the number of trips as per trip output or not.

thanks and regards,
Dillip Rout

Attachment: BidirectionalRoute-Network.zip
Description: Zip archive


Back to the top