Skip to content

Commit

Permalink
add fare leg join rules table
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-willis-arcadis committed Oct 23, 2024
1 parent ec9703c commit 3801386
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gtfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,15 @@
- name: "fare_product_id"
required: false

- id: fare_leg_join_rules
name: fare_leg_join_rules.txt
helpContent: For a sub-journey of two consecutive legs with a transfer, if the transfer matches all matching predicates specified by a particular row in the file, then those two legs should be considered as a single effective fare leg for the purposes of matching against rules in fare_leg_rules.txt.
fields:
- name: "from_network_id"
required: false
- name: "to_network_id"
required: false

- id: frequencies
name: frequencies.txt
helpContent: Headway (time between trips) for routes with variable frequency of service.
Expand Down

0 comments on commit 3801386

Please sign in to comment.