1 row where CountiesList = "Kern", IsActive = "N" and Location = "Soda Lake Rd and Hwy 33, south of Maricopa"

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
172 2548 14e1721e-3907-4b2f-b9f9-3842a7d7106e Soda Fire Soda Lake Rd and Hwy 33, south of Maricopa 34.962524 -119.444977 424 100% Kern 2020-08-12 16:23:22 2020-08-12 Kern County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/8/12/soda-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
);