Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.46 KB

TrafficSensorLaneData.md

File metadata and controls

18 lines (15 loc) · 1.46 KB

TrafficSensorLaneData Object

The TrafficSensorLaneData object describes data for a single lane measured by a TrafficSensor deployed on the roadway.

Note this structure allows a single TrafficSensor to provide data across lanes on multiple road events.

Properties

Name Type Description Conformance Notes
lane_order Positive Integer The lane's position in sequence on the roadway. If road_event_id is provided, the value of this property corresponds to the associated road event's Lane's order property. Required Please see Business Rule #3.
road_event_id String The ID of a RoadEventFeature which the measured lane occurs in, if applicable. Optional
average_speed_kph Number (>= 0) The average speed of traffic in the lane over the collection interval (in kilometers per hour). Optional
volume_vph Number (>= 0) The rate of vehicles passing by the sensor in the lane during the collection interval (in vehicles per hour). Optional
occupancy_percent Number (>= 0) The percent of time the lane monitored by the sensor was occupied by a vehicle over the collection interval. Optional

Used By

Property Object
lane_data TrafficSensor