1 row where Name = "SQF Complex Fire (Includes Castle Fire and Shotgun Fire) " and "UpdatedDate" is on date 2020-10-22

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
208 2601 ef92c8ca-2a96-4ab3-924e-649d91355896 SQF Complex Fire (Includes Castle Fire and Shotgun Fire) East of Giant Sequoia National Monument in Tulare County. 36.14549 -118.47953     Tulare 2020-10-22 10:49:30 2020-08-21 Sequoia National Forest Wildfire https://www.fire.ca.gov/incidents/2020/8/21/sqf-complex-fire-includes-castle-fire-and-shotgun-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
);