Sadless74 / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

warn when trips per day or week changes a lot #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
a few people have complained that they don't get a warning about feed
expiration when a single service_id is ending soon but other service_ids
continue. We can't add a warning when any single service_id expires because
some feeds, for example merged feeds and those that cross a schedule
change, have a legitimate need for ending service_ids. Instead we should
warn if there is a big change in trips per day or week within the upcoming
weeks. A graph of this in the validation html would be nice too.
http://code.google.com/apis/chart/ makes it easy.

Original issue reported on code.google.com by tom.brow...@gmail.com on 30 Jul 2008 at 2:10

GoogleCodeExporter commented 9 years ago
issue 188 "Detect weeks without service" is a partial fix for this. Maybe it 
should be 
generalized to look for pairs for 14 day periods with drastically different 
number of 
trips.

Issue 70 is about displaying a summary. This issue is about automated detection 
of suspicious patterns.

Original comment by tom.brow...@gmail.com on 15 Mar 2010 at 9:48

GoogleCodeExporter commented 9 years ago
Moved to https://github.com/google/transitfeed/issues/77

Original comment by bdfer...@google.com on 7 Oct 2014 at 7:55