Skip to content

link_tod

  • description Handles day-of-week and time-of-day restrictions on links
  • path link_tod.csv
  • schema
    • missingValues ['NaN', '']
    • primaryKey ['link_tod_id']
    • foreignKeys
    • [1]
      • fields ['link_id']
      • reference
      • resource link
      • fields ['link_id']
    • [2]
      • fields ['timeday_id']
      • reference
      • resource time_set_definitions
      • fields ['timeday_id']
    • fieldsMatch subset
name type description constraints warnings categories
link_tod_id any Primary key {'required': True}
link_id any Required. Foreign key, link table {'required': True}
timeday_id any Conditionally required (either timeday_id or time_day). Foreign key to time_set_definitions.
time_day string Conditionally required (either timeday_id or time_day). XXXXXXXX_HHMM_HHMM, where XXXXXXXX is a bitmap of days of the week, Sunday-Saturday, Holiday. The HHMM are the start and end times.
capacity number Optional.Saturation capacity (pce / hr / lane) {'minimum': 0}
free_speed number Optional. Free flow speed in long_distance units per hour {'minimum': 0, 'maximum': 200} {'minimum': 1, 'maximum': 120}
lanes integer Optional. Number of permanent lanes (not including turn pockets) in the direction of travel open to motor vehicles. It does not include bike lanes, shoulders or parking lanes. {'minimum': 0}
bike_facility string Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template (Table 1-A at https://nmtdev.ornl.gov/assets/templates/NBN_DataTemplates_final.pdf) ['unseparated bike lane', 'buffered bike lane', 'separated bike lane', 'counter-flow bike lane', 'paved shoulder', 'shared lane', 'shared use path', 'off-road unpaved trail', 'other', 'none']
ped_facility string Optional. Type of pedestrian accommodation: unknown, none, shoulder, sidewalk, offstreet path ['unknown', 'none', 'shoulder', 'sidewalk', 'offstreet_path']
parking string Optional. Type of parking: unknown, none, parallel, angle, other ['unknown', 'none', 'parallel', 'angle', 'other']
allowed_uses string Optional. Set of allowed uses that should appear in either the use_definition or use_group tables; comma-separated.
toll number toll in currency units. {'minimum': 0, 'maximum': 10000}