2 rows where AdminUnit = "CAL FIRE/ Riverside 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
7 2382 e1298aaa-1337-412e-ba09-7b29e87dad8b Mann Fire Santa Ana Riverbottom near California Ave and Grulla Ct, South of Jurupa Valley 33.96957 -117.51793 180 100% Riverside 2020-03-06 20:15:27 2020-03-03 CAL FIRE/ Riverside County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/3/3/mann-fire/ N
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
);