1 row where IsActive = "Y" and Location = "near Salmon Mountain, Northeast of Willow Creek"

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
193 2581 c1bf8f6d-2c85-4884-b866-1e9efa15917c Red Salmon Complex near Salmon Mountain, Northeast of Willow Creek 41.168 -123.407     Humboldt 2020-08-18 09:49:34 2020-08-18 Shasta-Trinity National Forest Wildfire https://www.fire.ca.gov/incidents/2020/8/18/red-salmon-complex/ Y

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
);