1 row where AdminUnit = "Placer County Fire Department and Roseville Fire Department" and CountiesList = "Placer"

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
170 2546 56e82924-7e7b-4cd0-9221-7f299718b493 Duluth Fire Duluth Ave and Nichols Dr 38.81111 -121.318472 65 100% Placer 2020-08-13 14:26:10 2020-08-10 Placer County Fire Department and Roseville Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/8/10/duluth-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
);