TheTransitClock / transitime

TheTransitClock real-time transit information system
GNU General Public License v3.0
78 stars 30 forks source link

Log Event if prediction for a travel time varies significantly between prediction methods. #151

Closed scrudden closed 4 years ago

scrudden commented 5 years ago

If the difference is greater than or lower than configurable percentage then log an Event with the detail of the indices.

scrudden commented 5 years ago

Working on this on branch tc_issue_151

scrudden commented 5 years ago

Added a threshold for which the difference must be over for it to trigger.

scrudden commented 4 years ago

Added new table to store these as there was an issue with primary key constraint using VehicleEvents.

scrudden commented 4 years ago

Merged into branch tc_issue_147.