1 row where CountiesList = "Lassen", Location = "Highway 395 and Smoke Creek Rod, Northeast of Susanville " and PercentContainedDisplay = "100%"

View and edit SQL

Suggested facets: UpdatedDate (date), StartedDate (date)

Link rowid ▼ IncidentId UniqueId Name Location Latitude Longitude AcresBurnedDisplay PercentContainedDisplay CountiesList UpdatedDate StartedDate AdminUnit IncidentTypeDisplay Url IsActive
83 2459 7d7f682a-0266-4758-93e6-795488af0687 R-2 Fire Highway 395 and Smoke Creek Rod, Northeast of Susanville 40.43203 -120.28147 563 100% Lassen 2020-07-02 14:21:37 2020-06-23 Bureau of Land Management Northern California District Wildfire https://www.fire.ca.gov/incidents/2020/6/23/r-2-fire/ N

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [incidents] (
   [IncidentId] INTEGER,
   [UniqueId] TEXT,
   [Name] TEXT,
   [Location] TEXT,
   [Latitude] FLOAT,
   [Longitude] FLOAT,
   [AcresBurnedDisplay] TEXT,
   [PercentContainedDisplay] TEXT,
   [CountiesList] TEXT,
   [UpdatedDate] TEXT,
   [StartedDate] TEXT,
   [AdminUnit] TEXT,
   [IncidentTypeDisplay] TEXT,
   [Url] TEXT,
   [IsActive] TEXT
);