-
Notifications
You must be signed in to change notification settings - Fork 218
Add cars_allowed field to trips.txt #466
Copy link
Copy link
Closed
Labels
Change type: FunctionalRefers to modifications that significantly affect specification functionalities.Refers to modifications that significantly affect specification functionalities.Discussion PeriodThe community engages in conversations to help refine and develop the proposal.The community engages in conversations to help refine and develop the proposal.GTFS ScheduleIssues and Pull Requests that focus on GTFS ScheduleIssues and Pull Requests that focus on GTFS Schedule
Metadata
Metadata
Assignees
Labels
Change type: FunctionalRefers to modifications that significantly affect specification functionalities.Refers to modifications that significantly affect specification functionalities.Discussion PeriodThe community engages in conversations to help refine and develop the proposal.The community engages in conversations to help refine and develop the proposal.GTFS ScheduleIssues and Pull Requests that focus on GTFS ScheduleIssues and Pull Requests that focus on GTFS Schedule
Describe the problem
Ferries can have the possibility to have cars on board. For these ferries a field indicating whether cars are allowed would be useful.
In addition to car ferries, this can also apply to, for example, trains that can transport cars in a similar way.
Use cases
For example:
Proposed solution
The trips.txt GTFS file (https://gtfs.org/schedule/reference/#tripstxt) contains the field
bikes_allowedwhich specifies whether bikes are allowed on board. For car ferries a similar field indicating whether cars are allowed should be added, for example:
cars_allowed- Enum - OptionalIndicates whether cars are allowed. Valid options are:
0or empty - No car information for the trip.1- Vehicle being used on this particular trip can accommodate at least one car.2- No cars are allowed on this trip.Additional information
No response