Dam Facilities
State of Oregon
@usgov.state_of_oregon_dam_facilities_58a1a
State of Oregon
@usgov.state_of_oregon_dam_facilities_58a1a
CREATE TABLE table_1 (
"x" DOUBLE,
"y" DOUBLE,
"objectid" BIGINT,
"nidid" VARCHAR,
"dam_name" VARCHAR,
"dam_height" DOUBLE,
"hazard" VARCHAR,
"river" VARCHAR,
"file_nbr" VARCHAR,
"township" DOUBLE,
"range" DOUBLE,
"sctn" DOUBLE,
"remarks" VARCHAR,
"permit_char" VARCHAR,
"county_code" VARCHAR,
"source_agency" VARCHAR,
"owner_name" VARCHAR,
"apply_fee" BIGINT,
"exempt_category" VARCHAR,
"nearest_city_distance" DOUBLE,
"wm_district" BIGINT,
"next_inspection" DOUBLE,
"basin_nbr" DOUBLE,
"permit_nbr" DOUBLE,
"location" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"inspection_date" VARCHAR,
"is_active_dam" BIGINT,
"statutory_dam" BIGINT,
"max_storage" DOUBLE,
"normal_storage" DOUBLE,
"nid_storage" DOUBLE,
"inspection_date_int" DOUBLE
);
Anyone who has the link will be able to view this.