1 row where CountiesList = "San Luis Obispo", IsActive = "N" and Location = "Highway 166 and Highway 33, East of Cuyama in San Luis Obispo County"

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
164 2540 88172824-3f0b-4b05-a97a-bd2eb7576642 166 Fire Highway 166 and Highway 33, East of Cuyama in San Luis Obispo County 34.93442 -119.5795     San Luis Obispo 2020-11-10 14:24:14 2020-08-03 Bureau of Land Management - California Wildfire https://www.fire.ca.gov/incidents/2020/8/3/166-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
);