1 row where AdminUnit = "USFS Inyo National Forest", IsActive = "N" and StartedDate = "2020-08-17"

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
187 2570 dae6355c-6a97-4031-a0cb-b34448bc41dc Beach Fire Hwy 120 and Forest Road 1N23, south of Mono Lake 37.919382 -119.010655     Mono 2020-09-06 20:23:17 2020-08-17 USFS Inyo National Forest Wildfire https://www.fire.ca.gov/incidents/2020/8/17/beach-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
);