Citywide GSI Project
City of Seattle
@usgov.city_of_seattle_citywide_gsi_project
City of Seattle
@usgov.city_of_seattle_citywide_gsi_project
CREATE TABLE table_1 (
"objectid" BIGINT,
"gsi_key" BIGINT,
"project_name" VARCHAR,
"department" VARCHAR,
"purpose" VARCHAR,
"funder" VARCHAR,
"install_date" DOUBLE,
"last_inspection_date" VARCHAR,
"sewer_classification_code" VARCHAR,
"cso_basin_key" DOUBLE,
"cso_basin_name" VARCHAR,
"creek_watershed_key" DOUBLE,
"creek_watershed_name" VARCHAR,
"source_type" VARCHAR,
"source_id" VARCHAR,
"infiltration_sq_ft" DOUBLE,
"drainage_sq_ft" VARCHAR,
"impervious_managed_sq_ft" DOUBLE,
"avg_annual_runoff_vol_managed_cb_ft" VARCHAR,
"avg_annual_runoff_vol_managed_gln" DOUBLE,
"x" DOUBLE,
"y" DOUBLE
);
Anyone who has the link will be able to view this.