Skip to content

Generalize the simulator to work with an GTFS files #4

@xcwisc

Description

@xcwisc

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions