2 rows where AdminUnit = "CAL FIRE/Butte County Fire Department", 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
65 2441 fc3411f0-f9e0-4d0c-86a3-71afbac23f4a Nelson Fire Nelson Ave and 16th St, Oroville 39.52408 -121.60037 95 100% Butte 2020-06-17 19:22:36 2020-06-17 CAL FIRE/Butte County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/6/17/nelson-fire/ N
130 2506 64390cd6-42d4-4e9e-8dd9-1077f5191243 Feather Fire Feather Ave and 18th Street, Oroville 39.506597 -121.604579 30 100% Butte 2020-07-22 14:40:34 2020-07-20 CAL FIRE/Butte County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/7/20/feather-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
);