1 row where PercentContainedDisplay = "100%" and "UpdatedDate" is on date 2020-10-22

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
251 2648 64ea3d93-de8b-41fc-b5eb-af37e8ac1f95 Ferry Fire Montgomery St and Linden Ave, Oroville 39.51694 -121.54475 6 100% Butte 2020-10-22 17:12:47 2020-10-22 City of Oroville Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/10/22/ferry-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
);