umts / bojangles

Ruby script for monitoring the PVTA realtime bus departures feed
MIT License
0 stars 0 forks source link

Should we scan in the opposite direction? #39

Open dfaulken opened 7 years ago

dfaulken commented 7 years ago

At the moment bojangles' job is to make sure that all the departure times we do expect to see due to GTFS are present in the feed.

Should we also check for the opposite: that no other departures are present in the feed?

Potentially a bit tricky because the number of future departures shown for a given stop/route direction combination appears to be somewhat variable (to my untrained eyes at least).

sherson commented 7 years ago

Seems like a good idea.

dfaulken commented 7 years ago

Now that we've moved this over to AR, this ought to be much easier to do.