1 row where Location = "Northeast of Cogswell Reservoir, San Gabriel Canyon in Los Angeles 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
225 2620 bc6288d5-1dad-4da5-9210-773115a5b172 Bobcat Fire Northeast of Cogswell Reservoir, San Gabriel Canyon in Los Angeles county. 34.244649 -117.964838     Los Angeles 2020-11-10 14:09:28 2020-09-06 Unified Command: USFS, Los Angeles County Fire Department and Monrovia Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/9/6/bobcat-fire/ Y

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
);