Skip to content
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

Feature Request: Remove/Replace arrival/departure times in stop_times #15

Open
mencargo opened this issue Jun 29, 2022 · 0 comments
Open

Comments

@mencargo
Copy link

mencargo commented Jun 29, 2022

The current specification allows arrival and departure times to be empty, as long as the trip has the first and last stop times specified, and timepoint could specify if times are real or calculated:
https://developers.google.com/transit/gtfs/reference#stop_timestxt

It would be nice to:

Remove all arrival/departure times where timepoint = 0 and are not first/last stops, and delete timepoint value.
(as part of minimizing feed, maybe in the -T, --minimize-stoptimes option)

Remove all arrival/departure times not in first/last stops and without explicit timepoint = 1, also deleting possible timepoint value.
(maybe in a more aggressive option)

Recalculate all arrival/departure times not in first/last stops and without explicit timepoint = 1, specifying timepoint = 0.
(maybe remeasure stop_times option)

@mencargo mencargo changed the title Feature Request: Fill stop_times Feature Request: Remove unnecessary arrival/departure times in stop_times Jun 29, 2022
@mencargo mencargo changed the title Feature Request: Remove unnecessary arrival/departure times in stop_times Feature Request: Remove/Replace arrival/departure times in stop_times Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant