-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timepoint clarification #1795
Comments
Here is the effect of this spec change on the validator. Current validator behavior
New validator behavior
With this new behavior, we don't need to distinguish between datasets that have the column header and those that don't. Expected effect on production data
Additional note |
reference.md
in Google Transit's repo
Tasks:
|
Requirements
Datasets that have all departure/arrival_time populated and that use a mix of specified and empty timepoint values (sample 1 google/transit#474 (comment)).
empty timepoint values used to inform that times are exact (example) -> should be replaced with values 1
empty timepoint values used to inform that times are approximate (example) -> should be replaced with values 0
Datasets with omitted times and timepoint values 1 for records with times (sample 2 google/transit#474 (comment), example): they won't trigger a WARNING anymore.
Flex datasets that don't use departure/arrival_time and don't have timepoint defined: they won't trigger a WARNING anymore.
If this PR gets merged, we will make a modification of the canonical validator, as its logic is currently to give a WARNINGS in all cases of timepoint="".
Commit Nº 1
AUTHOR × DATE
MESSAGE
FILES CHANGED
The text was updated successfully, but these errors were encountered: