City Of Pittsburgh Traffic Count
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_city_of_pittsburgh_traffic_count
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_city_of_pittsburgh_traffic_count
CREATE TABLE traffic_count_data (
"n__id" BIGINT,
"id" BIGINT,
"device_id" BIGINT,
"record_oid" DOUBLE,
"count_start_date" TIMESTAMP,
"count_end_date" TIMESTAMP,
"average_daily_car_traffic" DOUBLE,
"average_daily_bike_traffic" DOUBLE,
"counter_number" VARCHAR,
"counter_type" VARCHAR,
"speed_limit" DOUBLE,
"max_speed" DOUBLE,
"median_speed" DOUBLE,
"percent_over_limit" DOUBLE,
"speed85_percent" DOUBLE,
"speed95_percent" DOUBLE,
"longitude" DOUBLE,
"latitude" DOUBLE,
"neighborhood" VARCHAR,
"council_district" DOUBLE,
"ward" DOUBLE,
"tract" BIGINT,
"public_works_division" DOUBLE,
"pli_division" DOUBLE,
"police_zone" DOUBLE,
"fire_zone" VARCHAR
);
Anyone who has the link will be able to view this.