Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c655124
Reflect change in fare...ft file name & path
ddorinson Mar 22, 2017
2b42f81
Fix table formatting
lmz Apr 13, 2017
af7f971
Replace fare_class, fare_rules_ft, misc cleanup
ddorinson May 20, 2017
3ea6fde
Add link to fare_rules.md file
ddorinson May 20, 2017
b9a643f
More cleanup to match v.0.3.0
ddorinson May 20, 2017
6505736
Cleanup table formatting and code fragments
ddorinson May 20, 2017
a167e0d
Final set of changes to match v.0.3.0 spec
ddorinson May 20, 2017
13358c4
Fixed wiki URL
ddorinson May 20, 2017
20883f5
Add file link; fix typos
ddorinson May 20, 2017
1414662
Fix table formatting
ddorinson May 20, 2017
f4751ea
Fix table formatting, layout
ddorinson May 20, 2017
e91737b
Fix table formatting, layout
ddorinson May 20, 2017
54ebc3d
One more layout fix
ddorinson May 20, 2017
736232a
Fix table formatting, layout
ddorinson May 20, 2017
10349ad
Merge pull request #39 from ddorinson/patch-1
e-lo May 22, 2017
122c0e7
Update vehicles_ft.md
sdrewc Jun 5, 2017
5ca49bc
Create vehicles_ft.md
sdrewc Jun 9, 2017
54e779c
Merge pull request #1 from sdrewc/sdrewc-patch-1
sdrewc Jun 9, 2017
b934130
accel, decel, max_speed
sdrewc Jun 9, 2017
e55703c
minor formatting changes
sdrewc Jun 9, 2017
2b8675d
Create vehicles_ft.md
sdrewc Jun 13, 2017
1b32a0d
Create vehicles_ft.md
sdrewc Jun 14, 2017
cf438ca
Add percent_using_farebox and formatting fixes
sdrewc Jun 14, 2017
0572d65
Add percent_using_farebox
sdrewc Jun 14, 2017
f094137
add max_speed, accel and decel back in.
sdrewc Jun 14, 2017
2f8f2ea
Add number_loading_areas
sdrewc Jun 14, 2017
fd8f743
Add TCQSM parameter text
sdrewc Jun 14, 2017
7388d47
Add TCQSM parameter text
sdrewc Jun 14, 2017
eb8c75e
Add TCQSM parameter text and dwell_formula
sdrewc Jun 14, 2017
c99732c
Add TCQSM parameter text
sdrewc Jun 14, 2017
7bf329e
Merge branch 'master' into sdrewc-patch-1
sdrewc Jun 14, 2017
1836221
Merge pull request #2 from sdrewc/sdrewc-patch-1
sdrewc Jun 14, 2017
6efc5ae
Merge branch 'queued' into master
e-lo Jun 15, 2017
2525738
Merge remote-tracking branch 'upstream/master'
sdrewc Sep 15, 2017
96cff46
Add route_stats_ft.txt to hold route-level statistics for a date and …
sdrewc Sep 15, 2017
86908e2
Add more statistics
sdrewc Sep 15, 2017
f346ee6
Add fields to upstream files to support calculating statistics in rou…
sdrewc Sep 15, 2017
e3f976b
Fix formatting
sdrewc Sep 15, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add percent_using_farebox and formatting fixes
  • Loading branch information
sdrewc authored Jun 14, 2017
commit cf438ca28ba25a833b5a9d6b9a2135ca0b4c42f2
27 changes: 14 additions & 13 deletions files/routes_ft.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,23 @@ Required Attributes | Description
---------- | -------------
`route_id` | ID that uniquely identifies a route
[`mode`](../variables.md#mode) | The mode field is used to specify the network mode of the route. Valid entries include:
- | *local_bus*
- | *premium_bus* such as Golden Gate Transit, Community Transit
- | *rapid_bus* such as VanNess BRT
- | *light_rail* such as LINK, Muni Metro, and VTA Rail
- | *heavy_rail* such as BART
- | *commuter_rail* such as Sounder and Caltrain
- | *inter_regional_rail* such as Amtrak, and ACE
- | *high_speed_rail*
- | *street_car* such as Muni F-Line or the SLUT
- | *ferry*
- | *cable_car*
- | *open_shuttle* such as Caltrain or CPMC Shuttles
- | *employer_shuttle* such as Google, Microsoft and Facebook
`-` | `local_bus`
`-` | `premium_bus` such as Golden Gate Transit, Community Transit
`-` | `rapid_bus` such as VanNess BRT
`-` | `light_rail` such as LINK, Muni Metro, and VTA Rail
`-` | `heavy_rail` such as BART
`-` | `commuter_rail` such as Sounder and Caltrain
`-` | `inter_regional_rail` such as Amtrak, and ACE
`-` | `high_speed_rail`
`-` | `street_car` such as Muni F-Line or the SLUT
`-` | `ferry`
`-` | `cable_car`
`-` | `open_shuttle` such as Caltrain or CPMC Shuttles
`-` | `employer_shuttle` such as Google, Microsoft and Facebook

File MAY contain the following attributes:

Optional Attributes | Description
---------- | -------------
`proof_of_payment` | A boolean value indicating if the route has fare enforcement through random inspection (true) or if the driver oversees payment (false).
`percent_using_farebox` | Floating point value between 0 and 1 indicating the percent of passengers boarding who pay a cash fare at the farebox (as opposed to paying via Smart Card or other payment method. This value will be overridden by `percent_using_farebox` in `stop_times_ft`, if provided.