Traffic Count Studies By Hour Bins
City of Seattle
@usgov.city_of_seattle_traffic_count_studies_by_hour_bins
City of Seattle
@usgov.city_of_seattle_traffic_count_studies_by_hour_bins
CREATE TABLE table_1 (
"statistic_id" BIGINT,
"study_id" BIGINT,
"weekday" BIGINT,
"holiday_yn" VARCHAR,
"total" BIGINT,
"hr01_total" BIGINT,
"hr02_total" BIGINT,
"hr03_total" BIGINT,
"hr04_total" BIGINT,
"hr05_total" BIGINT,
"hr06_total" BIGINT,
"hr07_total" BIGINT,
"hr08_total" BIGINT,
"hr09_total" BIGINT,
"hr10_total" BIGINT,
"hr11_total" BIGINT,
"hr12_total" BIGINT,
"hr13_total" BIGINT,
"hr14_total" BIGINT,
"hr15_total" BIGINT,
"hr16_total" BIGINT,
"hr17_total" BIGINT,
"hr18_total" BIGINT,
"hr19_total" BIGINT,
"hr20_total" BIGINT,
"hr21_total" BIGINT,
"hr22_total" BIGINT,
"hr23_total" BIGINT,
"hr24_total" BIGINT,
"am_pk_vol" BIGINT,
"am_pk_hour" VARCHAR,
"am_pk_fac" DOUBLE,
"am_15_high" VARCHAR,
"pm_pk_vol" BIGINT,
"pm_pk_hour" VARCHAR,
"pm_pk_fac" DOUBLE,
"pm_15_high" VARCHAR,
"max_8_vol" BIGINT,
"max_8_time" VARCHAR,
"max_8_fac" DOUBLE,
"add_dttm" VARCHAR,
"mod_dttm" VARCHAR
);
Anyone who has the link will be able to view this.