3 rows where AdminUnit = "CAL FIRE Tulare Unit", IsActive = "N" 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
71 2447 0fc1bc5b-7ac5-4a2c-8048-9ed74623b838 Fork Fire South Fork Dr and Salt Creek Fire Control Rd, East of Three Rivers 36.37085 -118.845123 130 100% Tulare 2020-07-24 15:34:43 2020-06-18 CAL FIRE Tulare Unit Wildfire https://www.fire.ca.gov/incidents/2020/6/18/fork-fire/ N
73 2449 0413caad-a48e-447b-8ed8-1c8933360f21 Springs Fire Hot Springs Dr and M-56 35.89133 -118.8613 217 100% Tulare 2020-07-24 15:35:27 2020-06-19 CAL FIRE Tulare Unit Wildfire https://www.fire.ca.gov/incidents/2020/6/19/springs-fire/ N
79 2455 e7d05a34-0fdc-4db2-b713-0e10119d105d Grade Fire Boyd Dr and Rd 168, east of Orosi 36.5537 -119.19677 1,050 100% Tulare 2020-07-24 15:35:14 2020-06-22 CAL FIRE Tulare Unit Wildfire https://www.fire.ca.gov/incidents/2020/6/22/grade-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
);