2 rows where IsActive = "N", Name = "Hog Fire" and PercentContainedDisplay = "100%"

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
56 2432 50adb8e9-d672-49fa-95d0-657879169302 Hog Fire E Trimmer Springs Rd and Pine Flat Lake 36.82276 -119.36572 533 100% Fresno 2020-07-10 08:31:59 2020-06-12 USFS Sierra National Forest Wildfire https://www.fire.ca.gov/incidents/2020/6/12/hog-fire/ N
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
);