Mined Land Permits: Beginning 1974
State of New York
@usgov.state_of_new_york_mined_land_permits_beginning_1974
State of New York
@usgov.state_of_new_york_mined_land_permits_beginning_1974
CREATE TABLE table_1 (
"mine_id_number" BIGINT,
"permittee_name" VARCHAR,
"mine_name" VARCHAR,
"status" VARCHAR,
"facility_location" VARCHAR,
"county" VARCHAR,
"town" VARCHAR,
"acres_controlled" DOUBLE,
"acres_permitted_for_life_of_mine" DOUBLE,
"acres_affected" DOUBLE,
"acres_reclaimed" DOUBLE,
"acres_bb" DOUBLE,
"acres_bb_range" DOUBLE,
"commodity" VARCHAR,
"initial_permit_date" TIMESTAMP,
"permit_issue_date" TIMESTAMP,
"permit_end_date" TIMESTAMP,
"date_of_last_inspection" TIMESTAMP,
"latitude" DOUBLE,
"longitude" DOUBLE,
"reclamation_type" VARCHAR,
"financial_security_amount" DOUBLE,
"underground_mine" VARCHAR,
"last_modified_date" VARCHAR,
"map_flag" VARCHAR,
"georeference" VARCHAR
);
Anyone who has the link will be able to view this.