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

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
17 2393 3788f0dd-0d61-4458-95a2-ebda03b815b2 Gilman Fire Gilman Springs Road and Slegers Street, Southeast of Moreno Valley 33.861054 -117.024114 20 100% Riverside 2020-05-19 12:01:22 2020-05-18 CAL FIRE / Riverside County Fire Wildfire https://www.fire.ca.gov/incidents/2020/5/18/gilman-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
);