bike_access_ft.md

June 12, 2018 · View on GitHub

Filename: bike_access_ft.txt

  • Filename MUST be bike_access_ft.txt
  • File MUST contain a record for each transit stop that can be biked to from each TAZ.
  • File MUST be a valid CSV file.
  • The first line of each file MUST contain case-sensitive field names.
  • Field names MUST NOT contain tabs, carriage returns or new lines.

File MUST contain the following attributes:

Required AttributesDescription
tazZone ID
stop_idStop ID
distBiking distance in miles between TAZ and stop.

File MAY contain the following attributes:

Optional AttributesDescription
elevation_gainInteger, feet of the elevation gained along this link.
retail_densityFloat, employees per square mile per mile. Can be measured for the area within ¼ mile, or other.
auto_capacityFloat, vehicles per hour per mile. Can be measured for the actual roadway, an area within ¼ mile, or other.
path_distFloat, distance in miles that is a completely separated bike path.
cycletrack_distFloat, distance in miles that is an on-street separated cycletrack.
bike_lane_distFloat, distance in miles that is in a bike lane.
bike_route_distFloat, distance in miles that is a signed bike route.
num_left_turnsInteger, number of left turns.
num_right_turnsInteger, number of right turns.
num_thruInteger, number of intersections that are thru.
num_signalsInteger, number of traffic signals along route.