2 rows where AdminUnit = "Angeles National Forest and Los Angeles County Fire Department"

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
173 2549 49ef4e59-6a57-4219-a29b-d75f1297e356 Lake Fire Lake Hughes Rd and Prospect Rd, southwest Lake Hughes 34.679 -118.452 31,089 100% Los Angeles 2020-09-29 07:01:32 2020-08-12 Angeles National Forest and Los Angeles County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/8/12/lake-fire/ N
261 2659 e9482561-8193-48a9-a152-2ff8d993ce06 San Dimas Fire San Dimas Canyon Rd and Golden Hills Rd 34.146195 -117.778561 132 100% Los Angeles 2020-11-10 14:43:50 2020-11-06 Angeles National Forest and Los Angeles County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/11/6/san-dimas-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
);