-
Notifications
You must be signed in to change notification settings - Fork 214
Description
Context
Currently the valid options of fare_media_type enum are: 0-None, 2-Physical transit card, 3-cEMV, 4-Mobile app. fare_media_type=1 for physical paper ticket has not been adopted yet. Here is the description of fare_media_type=1 in the GTFS fares v2 proposal:
1: Physical paper ticket that allows a passenger to take either a certain number of pre-purchased trips or unlimited trips within a fixed period of time.
In the previous “add fare media” pull request, fare_media_type=1 was reserved primarily because no producers were providing data at the time. For previous discussions on fare_media_type please refer to PR#355 and the working group meeting note
Value for adding this to GTFS
- Showing the price for fares that are purchased on a paper ticket
- Showing what needs to be used to validate the ride (the paper ticket)
Updates
We have learned that PVTA and MBTA could be potential producers for fare_media_type=1 (@jfabi). We hope to adopt fare_media_type=1 once we confirm at least one consumer.
Please share any thoughts on fare_media_type=1 in this issue.