Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bus event timestamps #2160

Open
Theodore-Chatziioannou opened this issue Sep 1, 2022 · 0 comments
Open

bus event timestamps #2160

Theodore-Chatziioannou opened this issue Sep 1, 2022 · 0 comments

Comments

@Theodore-Chatziioannou
Copy link

Theodore-Chatziioannou commented Sep 1, 2022

In the events.xml file of our simulation, we can see a discrepancy between the timestamps of the entered / left link bus events and the corresponding timestamps of the VehicleArrivesAtFacility/VehicleDepartsAtFacility events.

A couple of examples:

<event time="18793.0" type="entered link" link="link_1" vehicle="veh_1_bus"  />
<event time="18794.0" type="VehicleArrivesAtFacility" vehicle="veh_1_bus" facility="link_1_bus_stop" delay="0.0"  />
<event time="18795.0" type="left link" link="link_1" vehicle="veh_1_bus"  />
<event time="18795.0" type="entered link" link="link_2" vehicle="veh_1_bus"  />
<event time="18796.0" type="PersonEntersVehicle" person="person_1" vehicle="veh_1_bus"  />
<event time="18796.0" type="VehicleDepartsAtFacility" vehicle="veh_1_bus" facility="link_1_bus_stop" delay="2.0"  />
<event time="18800.0" type="left link" link="link_2" vehicle="veh_1_bus"  />
<event time="37981.0" type="entered link" link="link_3" vehicle="veh_2_bus"  />
<event time="37981.0" type="left link" link="link_3" vehicle="veh_2_bus"  />
...
<event time="37990.0" type="VehicleArrivesAtFacility" vehicle="veh_2_bus" facility="link_3_bus_stop" delay="8.0"  />
<event time="37992.0" type="VehicleDepartsAtFacility" vehicle="veh_2_bus" facility="link_3_bus_stop" delay="12.0"  />

Are the bus entered/left link timestamps in our events file perhaps showing the "scheduled" times instead of the simulated ones? If that is the case, is there a way to output "experienced" timestamps for those events?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant