2 rows where Name = "Oak 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
45 2421 fdd59b55-6aa2-442f-b788-e1291bb49cb1 Oak Fire 45000 Block of Castile Canyon Road, East of San Jacinto in Riverside County is 15 acres. 33.78275 -116.89655 20 100% Riverside 2020-06-08 20:50:06 2020-06-08 CAL FIRE Riverside County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/6/8/oak-fire/ N
226 2621 6fd76607-08af-4c44-9e40-edde0bc9d6cf Oak Fire West of Highway 101--Big John Road & Skyview Road, Brooktrails Township, Willits 39.4935 -123.3965 1,100 100% Mendocino 2020-10-16 07:31:42 2020-09-07 CAL FIRE MEU Mendocino Unit Wildfire https://www.fire.ca.gov/incidents/2020/9/7/oak-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
);