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

Fix #21 - Support using arrival or departure time when calculating sc… #22

Closed mohangandhiGH closed 7 years ago

mohangandhiGH commented 7 years ago

The application takes an additional command line argument 'arrival_time' or 'departure_time'. Based on this command, we consider either 'arrival_time' or 'departure_time' from stoptimes.txt file to calculate schedule_deviation.

Files Changed:

Fix #21

barbeau commented 7 years ago

Thanks @mohangandhiGH, looks good!