1 row where AcresBurnedDisplay = 27, CountiesList = "Riverside" and IsActive = "N"

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
42 2418 8a4b6636-55b6-4999-9de4-7b0cb22390a2 Grand Fire S Main Divide Road near DeCariso Road, West of Lake Elsinore 33.638067 -117.37581 27 100% Riverside 2020-06-09 12:24:46 2020-06-08 CAL FIRE / Riverside County Fire Wildfire https://www.fire.ca.gov/incidents/2020/6/8/grand-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
);