Structural Fire Districts
State of Oregon
@usgov.state_of_oregon_structural_fire_districts_93599
State of Oregon
@usgov.state_of_oregon_structural_fire_districts_93599
Structural Fire District boundaries for the state of Oregon show the delineated areas responsible for fire protection and emergency response. These districts encompass both urban and rural regions within the state. Fire stations and personnel are strategically located across these districts to ensure timely and effective responses to emergencies.
Organization: State of Oregon
Last updated: 2024-08-23T18:52:07.497520
Tags: fire-agencies, fire-district-boundaries, osfm, sfd, structural-fire-districts
CREATE TABLE table_1 (
"objectid" BIGINT,
"fdid_dcin" VARCHAR,
"agency" VARCHAR,
"county" VARCHAR,
"agency_category" VARCHAR,
"source" VARCHAR,
"agency_status" VARCHAR,
"coverage_status" VARCHAR,
"responding_agency_fdid" VARCHAR,
"responding_agency_name" VARCHAR,
"n_2000_total_population" BIGINT -- 2000 Total Population,
"n_2010_total_population" BIGINT -- 2010 Total Population,
"n_2020_total_population" BIGINT -- 2020 Total Population,
"n_2023_population_esri_2024" BIGINT -- 2023 Population (Esri 2024),
"svi" DOUBLE,
"last_updated" TIMESTAMP,
"area_square_miles" DOUBLE -- Area (Square Miles),
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length,
"globalid" VARCHAR
);Anyone who has the link will be able to view this.