1 row where CountiesList = "Shasta", Location = "Lake Shasta, West of Round Mountain" and "UpdatedDate" is on date 2020-06-10

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
31 2407 a5085c95-252d-4d1c-9e8a-6657a74b7ed5 Brock Fire Lake Shasta, West of Round Mountain 40.837885 -122.097933 15 100% Shasta 2020-06-10 07:31:01 2020-06-04 U.S Forest Service - Shasta-Trinity National Forest Wildfire https://www.fire.ca.gov/incidents/2020/6/4/brock-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
);