1 row where CountiesList = "San Luis Obispo", IsActive = "N" and Location = "Hwy 58 and Soda Lake Road, West of McKittrick"

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
102 2478 90f61641-f44c-4180-bb82-9238b1effeb7 Lake Fire Hwy 58 and Soda Lake Road, West of McKittrick 35.351065 -120.00485 588 100% San Luis Obispo 2020-07-05 19:40:57 2020-07-05 CAL FIRE San Luis Obispo Unit Wildfire https://www.fire.ca.gov/incidents/2020/7/5/lake-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
);