1 row where AcresBurnedDisplay = 52, CountiesList = "Riverside" 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
157 2533 f05306b4-6281-4140-9d63-ea077c080ce9 Water Fire Whitewater Canyon Road at the Whitewater Preserve In Riverside County. 33.924086 -116.641846 52 100% Riverside 2020-08-04 15:13:28 2020-08-02 CAL FIRE/ Riverside County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/8/2/water-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
);