Intelligent Network Flow Optimization Prototype Infrastructure Traffic Sensor System Data Aggregator
Department of Transportation
@usgov.dot_gov_intelligent_network_flow_optimization_prototyp_f8f6eec4
Department of Transportation
@usgov.dot_gov_intelligent_network_flow_optimization_prototyp_f8f6eec4
Data is from the small-scale demonstration of the Intelligent Network Flow Optimization (INFLO) Prototype System and applications in Seattle, Washington. Connected vehicle systems were deployed in 21 vehicles in a scripted driving scenario circuiting this I-5 corridor northbound and southbound during morning rush hour. This data set contains real-time volume, speed and loop occupancy data that were collected from WSDOT’s simulated roadway sensors every 20 seconds and aggregated according to user defined procedures and threshold by the Infrastructure Traffic Sensor System (TSS) Data Aggregator software.
Organization: Department of Transportation
Last updated: 2020-11-12T12:45:31.842373
Tags: field-test, freeway, i-5, intelligent-network-flow-optimization-inflo, intelligent-transportation-systems-its, its-joint-program-office-jpo, prototype-infrastructure-traffic-sensor-tss-system-data-aggregator, seattle, sensor-data, washington, washington-state-department-of-transportation-wsdot
CREATE TABLE table_1 (
"dzid" VARCHAR,
"dsid" BIGINT,
"datereceived" TIMESTAMP,
"startinterval" BIGINT,
"endinterval" BIGINT,
"intervallength" BIGINT,
"begintime" TIMESTAMP,
"endtime" TIMESTAMP,
"volume" BIGINT,
"occupancy" DOUBLE,
"avgspeed" BIGINT,
"queued" BIGINT,
"congested" BIGINT,
"dzstatus" VARCHAR,
"datatype" VARCHAR,
"roadwayid" BIGINT
);Anyone who has the link will be able to view this.