BLM OR Areas Of Critical Environmental Concern Designated Polygon Hub
Department of the Interior
@usgov.doi_gov_blm_or_areas_of_critical_environmental_concern_f073f6cc
Department of the Interior
@usgov.doi_gov_blm_or_areas_of_critical_environmental_concern_f073f6cc
ACEC_DESIG_POLY: This polygon feature class contains BLM Designated Areas of Critical Environmental Concern (ACECs) polygons. These define areas within the public lands where special management attention is required to protect and prevent irreparable damage to important historic, cultural, or scenic values, fish and wildlife resources or other natural systems or processes, or to protect life and safety from natural hazards.
Organization: Department of the Interior
Last updated: 2025-09-25T02:14:41.895765
Tags: acec, areas-of-critical-environmental-concern, biota, environment, geospatial, management, ona, oregon, outstanding-natural-area, research-natural-area, rna, washington
CREATE TABLE table_1 (
"objectid" BIGINT,
"globalid" VARCHAR,
"acec_name" VARCHAR,
"sub_parcel_name" VARCHAR,
"acec" VARCHAR -- ACEC?,
"rna" VARCHAR -- RNA?,
"ona" VARCHAR -- ONA?,
"land_use_plan_name" VARCHAR,
"nepa_number" VARCHAR,
"rod_date" VARCHAR,
"acec_cultural_designation_relevance" VARCHAR,
"acec_fish_resource_designation_relevance" VARCHAR,
"acec_historical_designation_relevance" VARCHAR,
"acec_natural_hazard_designation_relevance" VARCHAR,
"acec_natural_process_designation_relevance" VARCHAR,
"acec_natural_system_designation_relevance" VARCHAR,
"acec_scenic_designation_relevance" VARCHAR,
"acec_wildlife_resource_designation_relevance" VARCHAR,
"acec_qualities_designation_importance_value_code" VARCHAR,
"acec_importance_designation_importance_value_code" VARCHAR,
"acec_contribution_designation_importance_value_code" VARCHAR,
"acec_threat_designation_importance_value_code" VARCHAR,
"acec_protect_special_management_attention_prescription" VARCHAR,
"acec_prevent_special_management_attention_prescription" VARCHAR,
"designated_acres" BIGINT,
"blm_organization_code" VARCHAR,
"gis_acres" DOUBLE,
"administrative_state_code" VARCHAR,
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length
);
Anyone who has the link will be able to view this.