Potential BMPs
State of Connecticut
@usgov.state_of_connecticut_potential_bmps
State of Connecticut
@usgov.state_of_connecticut_potential_bmps
CREATE TABLE table_1 (
"objectid" BIGINT,
"global_id" VARCHAR,
"potential_bmp_id" VARCHAR,
"maintenance_district" BIGINT,
"maintenance_garage" VARCHAR,
"municipality" VARCHAR,
"highway" VARCHAR,
"lrs_id" VARCHAR,
"mile_point" DOUBLE,
"local_road_name" VARCHAR,
"location" VARCHAR,
"catchment_area_id" VARCHAR,
"project_number" VARCHAR,
"year_evaluated" DOUBLE,
"owned_by" VARCHAR,
"maintained_by" VARCHAR,
"area_acres" DOUBLE,
"priority" VARCHAR,
"bmp_design_status" VARCHAR,
"bmp_type" VARCHAR,
"wqv_requirement" VARCHAR,
"wqv_to_bmp_acre_feet" VARCHAR,
"wqv_retained_acre_feet" DOUBLE,
"wqv_treated_acre_feet" VARCHAR,
"drainage_area_to_bmp_acres" DOUBLE,
"dcia_to_bmp_acres" DOUBLE,
"bmp_disconnection_credit" DOUBLE,
"bmp_dcia_disconnection_credit_acres" DOUBLE,
"design_infiltration_rate_in_hr" VARCHAR,
"tss_reduction" VARCHAR,
"nitrogen_reduction" VARCHAR,
"phosphorus_reduction" VARCHAR,
"forebay" VARCHAR,
"underdrain" VARCHAR,
"created_user" VARCHAR,
"created_date" VARCHAR,
"last_edited_user" VARCHAR,
"last_edited_date" VARCHAR,
"shape_area" DOUBLE,
"shape_length" DOUBLE
);
Anyone who has the link will be able to view this.