1 row where CountiesList = "Sacramento", Name = "Ione Fire " and "UpdatedDate" is on date 2020-07-29

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
139 2515 1cffff17-9678-4f17-837a-e4e11ae77c1b Ione Fire Ione Road at North end of Carbondale road in Sacramento County. 38.420382 -121.044895 51 100% Sacramento 2020-07-29 11:26:43 2020-07-26 CAL FIRE Amador-El Dorado Unit Wildfire https://www.fire.ca.gov/incidents/2020/7/26/ione-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
);