1 row where Location = "Texas Canyon Rd and Bouquet Canyon Rd" and "UpdatedDate" is on date 2020-11-10

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
168 2544 338b5a8b-d5d6-4845-8a36-f92663339c2a Texas Fire Texas Canyon Rd and Bouquet Canyon Rd -118.46115 -118.46115 210 100% Los Angeles 2020-11-10 14:22:20 2020-08-06 Angeles National Forest & Los Angeles County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/8/6/texas-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
);