1 row where CountiesList = "Riverside", IsActive = "N" and Longitude = "-115.96594"

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
85 2461 5b8b9b63-9cc6-4d55-9502-87009d75732c 58 Fire Van Buren Street and Avenue 58, Thermal 33.27665 -115.96594 12 100% Riverside 2020-06-29 07:00:24 2020-06-24 CAL FIRE Riverside County Fire Wildfire https://www.fire.ca.gov/incidents/2020/6/24/58-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
);