the parsed GTFS CSV data
Optional
durationOptional Duration limit (in seconds) for the transfer. Empty means no limit.
Optional
durationConditionally Required
Defines how to measure the durationLimit
.
durationLimit
is defined.durationLimit
is empty.Optional
fareOptional Fare product ID for the transfer. If empty, cost is 0 (no transfer cost).
Required Indicates how to combine transfer costs:
Optional
fromOptional
The pre-transfer fare leg group (fare_leg_rules.leg_group_id
).
from_leg_group_id
.Optional
toOptional
The post-transfer fare leg group (fare_leg_rules.leg_group_id
).
to_leg_group_id
.Optional
transferConditionally Forbidden / Required Defines how many consecutive transfers this rule may be applied to.
-1
means no limit.1
or more = the transfer count this rule applies to.Forbidden if from_leg_group_id !== to_leg_group_id
.
Required if from_leg_group_id === to_leg_group_id
.
Fare Transfer Rules
Optional Defines the cost of transferring between fare legs specified in
fare_leg_rules.txt
. Matching uses:Primary Key: (from_leg_group_id, to_leg_group_id, fare_product_id, transfer_count, duration_limit)