1 row where Location = "Teddy Lane and Bangor Park Rd., Bangor" and "UpdatedDate" is on date 2020-06-25

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
72 2448 036cc8f1-ab4e-488c-8c46-86ebbb176d3e Teddy Fire Teddy Lane and Bangor Park Rd., Bangor 39.37577 -121.45372 13 100% Butte 2020-06-25 08:53:58 2020-06-18 CAL FIRE Butte Unit/Butte County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/6/18/teddy-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
);