You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
mencargo
changed the title
Feature Request: Fill stop_times
Feature Request: Remove unnecessary arrival/departure times in stop_times
Jun 29, 2022
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
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)
The text was updated successfully, but these errors were encountered: