1 row where IsActive = "N" and Location = "Avila Beach Drive and Hwy 101, East of Avila Beach"

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
61 2437 4382036a-3c19-479e-9a78-325007c1de3b Avila Fire Avila Beach Drive and Hwy 101, East of Avila Beach 35.17977 -120.69959 445 100% San Luis Obispo 2020-07-24 15:34:29 2020-06-15 CAL FIRE San Luis Obispo Unit Wildfire https://www.fire.ca.gov/incidents/2020/6/15/avila-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
);