1 row where AdminUnit = "CAL FIRE / Riverside County Fire " and "StartedDate" is on date 2020-05-28

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
21 2397 57f40970-22b5-4d75-a8f2-2482a18f5bca Harley Fire 19000 Block of Gustin Road, East of Lake Mathews 33.83167 -117.34934 60 100% Riverside 2020-05-28 21:18:24 2020-05-28 CAL FIRE / Riverside County Fire Wildfire https://www.fire.ca.gov/incidents/2020/5/28/harley-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
);