1 row where AdminUnit = "Lassen National Forest ", Location = "Childs Meadow and Highway 89/36, Northeast of Mineral" and "UpdatedDate" is on date 2020-11-10

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
153 2529 eeb8174a-f5a7-4fb1-b611-45e85c858326 Stump Fire Childs Meadow and Highway 89/36, Northeast of Mineral 40.34659 -121.6415 684 100% Tehama 2020-11-10 14:26:03 2020-08-01 Lassen National Forest Wildfire https://www.fire.ca.gov/incidents/2020/8/1/stump-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
);