Automatic Traffic Counters Data
City of York Council
@ukgov.automatic_traffic_counters_step
City of York Council
@ukgov.automatic_traffic_counters_step
CREATE TABLE atc_counts (
"countdate" TIMESTAMP,
"counthour" VARCHAR,
"site_number" BIGINT,
"channel_id" BIGINT,
"site_title" VARCHAR,
"channel_name" VARCHAR,
"total_count" BIGINT,
"motorcycle_count" BIGINT,
"car_count" BIGINT,
"car_trailer_count" BIGINT,
"heavy_van_count" BIGINT,
"lgv_count" BIGINT,
"rigid_count" BIGINT,
"rigid_trailer_count" BIGINT,
"articulated_hgv_count" BIGINT,
"minibus_count" BIGINT,
"bus_count" BIGINT,
"cycle_count" BIGINT
);
Anyone who has the link will be able to view this.