Traffic Study Flow Counts
City of Seattle
@usgov.city_of_seattle_traffic_study_flow_counts
City of Seattle
@usgov.city_of_seattle_traffic_study_flow_counts
CREATE TABLE table_1 (
"objectid" BIGINT,
"study_id" BIGINT,
"title" VARCHAR,
"start_date" VARCHAR,
"end_date" VARCHAR,
"actual_days" BIGINT,
"intended_days" BIGINT,
"study_length" BIGINT,
"study_lane_code" VARCHAR,
"study_dirflow" VARCHAR,
"comments" VARCHAR,
"study_adt" BIGINT,
"study_awdt" BIGINT,
"study_max8" BIGINT,
"study_ampk" BIGINT,
"study_pmpk" BIGINT,
"seg_compkey" BIGINT,
"unitid" BIGINT,
"unitid2" BIGINT,
"o_street" VARCHAR,
"x_street" VARCHAR,
"dir_from_cross_street" VARCHAR,
"stdy_title_part" VARCHAR,
"stdy_label" VARCHAR,
"distance" DOUBLE,
"stdy_year" BIGINT,
"study_type" VARCHAR,
"flowmap" VARCHAR,
"hpms" VARCHAR,
"screenline" VARCHAR,
"one_hour_report_url" VARCHAR,
"se_anno_cad_data" VARCHAR,
"stdy_title_part_with_flow" VARCHAR,
"x" DOUBLE,
"y" DOUBLE
);
Anyone who has the link will be able to view this.