1 row where CountiesList = "Lassen", Latitude = "40.36764" and PercentContainedDisplay = "100%"

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
158 2534 91f3f77d-6b4a-47fb-bc79-a0250cded29a North Fire Highway 395 and Highway 70, east of Chilcoot in Lassen County, 40.36764 -120.44811 6,882 100% Lassen 2020-08-13 11:27:37 2020-08-02 Bureau of Land Management Nevada-Carson District Wildfire https://www.fire.ca.gov/incidents/2020/8/2/north-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
);