CUTR-at-USF / ontime-performance-calculator

An application to calculate on-time performance using archived GTFS-realtime data
Other
4 stars 2 forks source link

Support using arrival or departure time when calculating schedule deviation #21

Closed barbeau closed 7 years ago

barbeau commented 7 years ago

Summary:

Currently, we calculate simplified schedule deviation using the scheduled arrival time at each stop. We should provide an option to use either arrival or departure time (both are pulled from stop_times.txt). We can pass this in as command-line parameter.

Steps to reproduce:

Run the tool

Expected behavior:

Allow me to pick calculating schedule deviation using arrival time or depature time

Observed behavior:

Arrival time is always used

barbeau commented 7 years ago

@mohangandhiGH This isn't a priority - I'd prefer to get #16 addressed and merged, and we can always table this for the future (unless you think it's a quick fix).