Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Generate ticket data while simulating public transit line (route)

Hello,
I am trying to capture the origin and destination bus stops of each passenger (or on aggregate for a group) and issue tickets accordingly. I found that <stopinfo> has information about the line, number of passengers boarded and the source bus stop, as given below.

<stopinfo id="bus_14.3" type="bus" lane="109[1][0]+20003_1" pos="30.31" parking="0" started="983.00" ended="1080.00" delay="0.00" initialPersons="18" loadedPersons="3" unloadedPersons="12" initialContainers="0" loadedContainers="0" unloadedContainers="0" busStop="busStop#34"/>

Also, it can be noted that <person> has information about the destination stop while riding, as given below.

<person id="3" depart="1.20" color="red">

     <walk edges="82 53[0] 78[1][1] 189[0] 189[1][0]+20000" busStop="busStop#31"/>

     <ride busStop="busStop#33" lines="14"/>

</person>


Now, the question is how to capture both origin and destination information while the simulation is going on. Just like the stop information, is there any way to generate the ticket information.


regards,

Dillip Rout


Back to the top