Baselight

Automatic Traffic Counters Data

City of York Council

@ukgov.automatic_traffic_counters_step

ATC - Counts
@ukgov.automatic_traffic_counters_step.atc_counts

ATC Counts for each upgraded counter, aggregated by hour

  • 1.65 MB
  • 229822 rows
  • 18 columns
countdate

CountDate

counthour

CountHour

site_number

Site Number

channel_id

Channel Id

site_title

Site Title

channel_name

Channel Name

total_count

Total Count

motorcycle_count

Motorcycle Count

car_count

Car Count

car_trailer_count

Car Trailer Count

heavy_van_count

Heavy Van Count

lgv_count

Lgv Count

rigid_count

Rigid Count

rigid_trailer_count

Rigid Trailer Count

articulated_hgv_count

Articulated Hgv Count

minibus_count

Minibus Count

bus_count

Bus Count

cycle_count

Cycle Count

Thu Sep 05 2024 00:00:00 GMT+0000 (Coordinated Universal Time)0:0021Askham Lane AcombNortheast66
Thu Sep 05 2024 00:00:00 GMT+0000 (Coordinated Universal Time)0:0022Askham Lane AcombSouthwest862
Thu Sep 05 2024 00:00:00 GMT+0000 (Coordinated Universal Time)0:0041A59 Boroughbridge Road ORR to Beckfield LaneEast25241
Thu Sep 05 2024 00:00:00 GMT+0000 (Coordinated Universal Time)0:0042A59 Boroughbridge Road ORR to Beckfield LaneWest313241111
Thu Sep 05 2024 00:00:00 GMT+0000 (Coordinated Universal Time)0:0043A59 Boroughbridge Road ORR to Beckfield LaneEastbound Cycle
Thu Sep 05 2024 00:00:00 GMT+0000 (Coordinated Universal Time)0:0044A59 Boroughbridge Road ORR to Beckfield LaneWestbound Cycle
Thu Sep 05 2024 00:00:00 GMT+0000 (Coordinated Universal Time)0:00101A19 Foss Islands Road - YorkNorthbound 1302721
Thu Sep 05 2024 00:00:00 GMT+0000 (Coordinated Universal Time)0:00102A19 Foss Islands Road - YorkNorthbound 2
Thu Sep 05 2024 00:00:00 GMT+0000 (Coordinated Universal Time)0:00103A19 Foss Islands Road - YorkSouthbound 1161312
Thu Sep 05 2024 00:00:00 GMT+0000 (Coordinated Universal Time)0:00104A19 Foss Islands Road - YorkCycle Path

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
);

Share link

Anyone who has the link will be able to view this.