Sadless74 / googletransitdatafeed

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

Detect weeks without service #188

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are already checks that a feed does not start in the future or finish 
within a month. But more than once we have seen data that has some service 
in the past and some in the distant future but none around the current date. 
There should be a warning if it is possible to find a 14 days with no trips 
anywhere from max(start_date, today - 14 days) to min(end_date, today + 60 
days). This should be fairly easy starting with the feedvalidator.py code 
that generates the summary of trips per day.

Original issue reported on code.google.com by tom.brow...@gmail.com on 22 Sep 2009 at 3:15

GoogleCodeExporter commented 9 years ago
Fixed with http://code.google.com/p/googletransitdatafeed/source/detail?r=1170

Original comment by a...@google.com on 19 Nov 2009 at 6:29