Improve definition of Fare Products #367
Labels
Change: Clarification
Revisions of the current specification to improve understanding.
Extension: GTFS-Fares
Issues and Pull Requests that focus on GTFS-Fares Extension
GTFS Schedule
Issues and Pull Requests that focus on GTFS Schedule
Status: Pull Request Created
Issues that have been transferred to the Pull Request stage.
Problem
There is confusion around what a fare product is in GTFS. Two sources of confusion were brought-up to our attention:
First, the definition of
fare_products.txt
is:When in reality, some fare products represent virtual products that can't be purchased (by themselves) by riders, such as a transfer cost.
Second: although
fare_poduct_id
's type isID
and notUnique ID
, it's unclear in the spec that several Fare Products can be grouped under the samefare_product_id
, and under which conditions this should be done to ensure an efficient fare design.Solution
The file definition should be modified to include virtual products that can't be directly bought by riders.
The file definition should give insights on when fare products should be grouped under the same ID.
The definition of
fare_poduct_id
should be modified to include something like:The text was updated successfully, but these errors were encountered: