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

implement stuff from Esri/public-transit-tools #14

Open
derhuerst opened this issue Jun 21, 2019 · 1 comment
Open

implement stuff from Esri/public-transit-tools #14

derhuerst opened this issue Jun 21, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@derhuerst
Copy link
Member

@derhuerst
Copy link
Member Author

Is valid GTFS to define stop_times with both empty arrival_time and departure_time. However we cannot have Connections with empty departure or arrival times.

According to the spec, this implies that the consumer needs to interpolate these stop times, which is difficult in this case given that Connections are created in a streaming way.

A possible fix could be to do this as part of the pre-processing step that already takes place to order stop_times. Reusing an existing tool that handles this scenario, might make things easier.

linkedconnections/gtfs2lc#109 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant