1 row where Location = "Bangor Park Road and Teddy Lane, West of Bangor " 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
94 2470 fd24cc01-1057-4572-a83b-1775d49f42f7 Avacado Fire Bangor Park Road and Teddy Lane, West of Bangor 39.3784 -121.4319 136 100% Butte 2020-07-03 19:15:31 2020-06-30 CAL FIRE Butte Unit Wildfire https://www.fire.ca.gov/incidents/2020/6/30/avacado-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
);