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

Generalize the simulator to work with an GTFS files #4

Open
xcwisc opened this issue Apr 1, 2021 · 0 comments
Open

Generalize the simulator to work with an GTFS files #4

xcwisc opened this issue Apr 1, 2021 · 0 comments
Labels

Comments

@xcwisc
Copy link
Collaborator

xcwisc commented Apr 1, 2021

Other cities to consider

  • Indianapolis
  • Minneapolis
  • Milwaukee

This to consider

  • Calendar.txt is a mandatory requirement for the simulator, but it is not a mandatory aspect of a GTFS (example: Indianapolis’s gtfs file does not contain a calendar.csv file, but their gtfs is considered valid and complete according to official specifications https://developers.google.com/transit/gtfs/reference/#calendartxt). Note that this is because their route.csv file does not have a service_id column. Instead, their trips.csv file contains the service_ids in the form of “ABCD-Saturday”. They vary by [‘Weekday’, ‘Saturday’, and ‘Sunday’]

Potential tools to use

https://mrcagney.github.io/gtfs_kit_docs/

@xcwisc xcwisc added the feature label Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant