Cambridgeshire County Council Traffic Count Data
Cambridgeshire Insight
@ukgov.cambridgeshire_county_council_traffic_count_data1
Cambridgeshire Insight
@ukgov.cambridgeshire_county_council_traffic_count_data1
"Traffic Counts" data refers to the number of vehicles counted at predetermined specific points across the county. It is collated annually by the Data Analysis and Performance team, using video surveys, and is summarised by vehicle type.
Publisher name: Cambridgeshire Insight
Last updated: 2024-09-14T15:52:38Z
CREATE TABLE traffic_counts_2009_13 (
"reference" BIGINT,
"road_number" VARCHAR,
"road_name" VARCHAR,
"day" VARCHAR,
"date" BIGINT,
"all_vehicle_flow" BIGINT,
"hgv_flow" DOUBLE,
"bus_coach_flow" DOUBLE,
"easting" DOUBLE,
"northing" DOUBLE
);CREATE TABLE traffic_counts_2010_2014 (
"reference" VARCHAR,
"type" VARCHAR,
"road" VARCHAR,
"road_name" VARCHAR,
"year" BIGINT,
"date" TIMESTAMP,
"pedestrians" DOUBLE,
"pedal_cycles" BIGINT,
"motorcycles" DOUBLE,
"car" DOUBLE,
"lgv" DOUBLE,
"hgv" DOUBLE,
"bus" DOUBLE,
"total_motor_vehicles" BIGINT,
"notes" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"unnamed_17" VARCHAR -- Unnamed: 17
);Anyone who has the link will be able to view this.