1 row where IsActive = "N" and Location = "Snow Creek Road and Cottonwood Road, west of Palm Springs in Riverside County. "

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
236 2633 0e83ff21-5cb8-4f2f-b059-58a77d39b502 Snow Fire Snow Creek Road and Cottonwood Road, west of Palm Springs in Riverside County. 33.88831 -116.68386     Riverside 2020-10-06 08:34:14 2020-09-17 San Bernardino National Forest Wildfire https://www.fire.ca.gov/incidents/2020/9/17/snow-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
);