Skip to content

curb_seg

curb_seg

  • description Provides a separate segment object for curbside regulations, which may change at different locations than segment-level changes to the travel lanes.
  • path curb_seg.csv
  • schema
    • missingValues ['NaN', '']
    • primaryKey ['curb_seg_id']
    • foreignKeys
    • [1]
      • fields ['link_id']
      • reference
      • resource link
      • fields ['link_id']
    • [2]
      • fields ['ref_node_id']
      • reference
      • resource node
      • fields ['node_id']
    • fieldsMatch subset
name type description constraints
curb_seg_id any Primary key. {'required': True}
link_id any Required. Foreign key to road_links. The link that the segment is located on. {'required': True}
ref_node_id any Required. Foreign key to node where distance is 0. {'required': True}
start_lr number Required. Distance from ref_node_id in short_length units. {'required': True, 'minimum': 0}
end_lr number Required. Distance from ref_node_idin short_length units. {'required': True, 'minimum': 0}
regulation string Optional. Regulation on this curb segment.
width number Optional. Width (short_length units) of the curb segment. {'minimum': 0}