Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Detect weeks without service #188

Closed
bdferris opened this issue Sep 26, 2014 · 1 comment
Closed

Detect weeks without service #188

bdferris opened this issue Sep 26, 2014 · 1 comment

Comments

@bdferris
Copy link
Contributor

From [email protected] on September 22, 2009 08:15:57

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: http://code.google.com/p/googletransitdatafeed/issues/detail?id=188

@bdferris
Copy link
Contributor Author

From [email protected] on November 19, 2009 10:29:30

Fixed with https://code.google.com/p/googletransitdatafeed/source/detail?r=1170

Status: Fixed
Owner: [email protected]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant