1 row where Location = "Hwy 580 and Patterson Pass Rd, west of Tracy", PercentContainedDisplay = "100%" and "StartedDate" is on date 2020-07-06

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
109 2485 ce7dddd1-7a79-4aa4-b6bc-f4181aa2ac05 Patterson Fire Hwy 580 and Patterson Pass Rd, west of Tracy 37.71984 -121.53524 150 100% San Joaquin 2020-07-06 19:04:39 2020-07-06 CAL FIRE Santa Clara Unit Wildfire https://www.fire.ca.gov/incidents/2020/7/6/patterson-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
);