1 row where AdminUnit = "Shasta Trinity National Forest ", IsActive = "N" and "UpdatedDate" is on date 2020-09-16

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
217 2612 8856e738-79bf-4a21-8926-f1abbbac3a6f Hobo Fire East Fork Rd and Barney Gulch Rd, north of Helena 40.82126 -123.12461     Trinity 2020-09-16 11:23:33 2020-09-01 Shasta Trinity National Forest Wildfire https://www.fire.ca.gov/incidents/2020/9/1/hobo-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
);