[GTFS-Fares v2] Fare product/media transfer behavior #423
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR covers the following questions regarding multi-leg transfer fares:
fare_transfer_rules.txt
, is it required that both legs have the same fare media type?fare_transfer_rules.txt
can match a single leg-to-leg transfer?In the November 2023 meeting, the working group leaned towards option one proposed in the spec modeling proposal, which allows producers to indicate in the
fare_transfer_rules.txt
whether specific transfer rules require the same fare product/media between two legs.(For more detailed context, please see issue#420)
Changes in this PR
fare_product_behavior
,fare_media_behavior
, andfilter_fare_product_id
fields tofare_transfer_rules.txt
.There are some data examples in the spec modeling proposal. For previous discussions, please see working group meeting minutes.
Please go through the changes and feel free to share your thoughts/questions here.