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

support frequencies.txt #23

Closed
derhuerst opened this issue Jun 4, 2020 · 0 comments · Fixed by #25
Closed

support frequencies.txt #23

derhuerst opened this issue Jun 4, 2020 · 0 comments · Fixed by #25
Assignees
Labels
enhancement New feature or request

Comments

@derhuerst
Copy link
Member

frequencies.txt represents trips that operate on regular headways (time between trips). This file can be used to represent two different types of service.

Frequency-based service (exact_times=0) in which service does not follow a fixed schedule throughout the day. Instead, operators attempt to strictly maintain predetermined headways for trips.
A compressed representation of schedule-based service (exact_times=1) that has the exact same headway for trips over specified time period(s). In schedule-based service operators try to strictly adhere to a schedule.

https://gtfs.org/reference/static/#frequenciestxt

These files will have to be adapted:

  • compute-stopover-times
  • compute-connections
  • compute-schedules
  • compute-sorted-connections
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

Successfully merging a pull request may close this issue.

1 participant