-
Notifications
You must be signed in to change notification settings - Fork 218
Fares belong to multiple networks #551
Copy link
Copy link
Open
Labels
Change type: Non-FunctionalRefers to important updates to the specification that do not significantly affect functionalities.Refers to important updates to the specification that do not significantly affect functionalities.GTFS ScheduleIssues and Pull Requests that focus on GTFS ScheduleIssues and Pull Requests that focus on GTFS ScheduleGTFS-FaresIssues and Pull Requests that focus on GTFS-Fares ExtensionIssues and Pull Requests that focus on GTFS-Fares Extension
Metadata
Metadata
Assignees
Labels
Change type: Non-FunctionalRefers to important updates to the specification that do not significantly affect functionalities.Refers to important updates to the specification that do not significantly affect functionalities.GTFS ScheduleIssues and Pull Requests that focus on GTFS ScheduleIssues and Pull Requests that focus on GTFS ScheduleGTFS-FaresIssues and Pull Requests that focus on GTFS-Fares ExtensionIssues and Pull Requests that focus on GTFS-Fares Extension
Describe the problem
I am trying to model London transport fares. However, for the purpose of fares, different fare products have different interpretation of the network. For example, using an Underground ticket, the network contains only Underground and DLR routes. Using a National Rail ticket, the network contains only National Rail routes. Using a contactless payment card, the network contains both National Rail and Underground, DLR routes where they can be joined together as a single fare leg.
Use cases
To model different fares used for different, overlapping network within a region.
Proposed solution
relax the requirement in
route_networks.txtto allow a route to be assigned in multiple networks.Additional information
No response