1 row where Location = " Hog Flat Reservoir, West of Susanville"

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
126 2502 fc0b7761-54a3-4275-a550-313d2b604f5e Hog Fire Hog Flat Reservoir, West of Susanville 40.420886 -120.86375 9,564 100% Lassen 2020-08-17 21:07:24 2020-07-18 CAL FIRE Lassen-Modoc Unit Wildfire https://www.fire.ca.gov/incidents/2020/7/18/hog-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
);