FIRESTAT Fire Occurrence - Yearly Update (Feature Layer)
Department of Agriculture
@usgov.usda_gov_firestat_fire_occurrence_yearly_update_featur_07da7eea
Department of Agriculture
@usgov.usda_gov_firestat_fire_occurrence_yearly_update_featur_07da7eea
The FIRESTAT (Fire Statistics System) Fire Occurrence point layer represents ignition points, or points of origin, from which individual wildland fires started on National Forest System lands. The source is the FIRESTAT database, which contains records of fire occurrence, related fire behavior conditions, and the suppression actions taken by management taken from the Individual Wildland Fire Report. This publicly available dataset is updated annually for all years previous to January 1 on or after February 16th.
Organization: Department of Agriculture
Last updated: 2024-03-30T10:50:33.826672
Tags: fire-occurrence, firestat, open-data, usfs, wildland-fires
CREATE TABLE table_1 (
"x" DOUBLE,
"y" DOUBLE,
"objectid" BIGINT,
"fire_name" VARCHAR,
"local_fire_number" VARCHAR,
"location" VARCHAR,
"township" VARCHAR,
"range" VARCHAR,
"section" DOUBLE,
"sub_section" VARCHAR,
"principal_meridian" VARCHAR,
"report_unit" VARCHAR,
"report_unit_name" VARCHAR,
"district" DOUBLE,
"fire_number" VARCHAR,
"admin_unit" VARCHAR,
"admin_unit_name" VARCHAR,
"protecting_agency_at_origin" VARCHAR,
"protection_unit" DOUBLE,
"protection_unit_name" VARCHAR,
"ownership_agency_at_origin" VARCHAR,
"ownership_unit" VARCHAR,
"ownership_unit_name" VARCHAR,
"topo_landform_origin" DOUBLE,
"state_code" VARCHAR,
"state_name" VARCHAR,
"county" DOUBLE,
"county_name" VARCHAR,
"county_state_code" VARCHAR,
"fire_management_code" VARCHAR,
"poo_latitude" DOUBLE,
"poo_longitude" DOUBLE,
"lat_deg" DOUBLE,
"lat_min" DOUBLE,
"lat_sec" DOUBLE,
"long_deg" DOUBLE,
"long_min" DOUBLE,
"long_sec" DOUBLE,
"discover_year" VARCHAR,
"ignition" VARCHAR,
"discovery" VARCHAR,
"initial_response" VARCHAR,
"fire_detector" VARCHAR,
"discovered_by_descr" VARCHAR,
"statistical_cause" VARCHAR,
"initial_strategy" VARCHAR,
"strategy_met" TIMESTAMP,
"objectives" VARCHAR,
"complex_fire" VARCHAR,
"complex_name" VARCHAR,
"contained" TIMESTAMP,
"fire_out" VARCHAR,
"agency_acres" DOUBLE,
"other_acres_inside" DOUBLE,
"other_acres_outside" DOUBLE,
"total_acres_burned" DOUBLE,
"fire_size_class" VARCHAR,
"prescribed_fire" VARCHAR,
"prescribed_acres" DOUBLE,
"wui_fire" VARCHAR,
"wui_acres" DOUBLE,
"fire_intensity_level" VARCHAR,
"rep_wx_station" DOUBLE,
"station_type" DOUBLE,
"station_name" VARCHAR,
"wind_speed" DOUBLE,
"nfdrs_fuel_model" VARCHAR,
"other_fuel_model" DOUBLE,
"cover_class" VARCHAR,
"slope" DOUBLE,
"aspect" VARCHAR,
"elevation" DOUBLE,
"local_timezone" VARCHAR,
"record_entry_date" TIMESTAMP,
"submitted_date" VARCHAR,
"approved_date" VARCHAR,
"created_date" TIMESTAMP,
"last_modified_date" TIMESTAMP
);Anyone who has the link will be able to view this.