3 rows where CountiesList = "Trinity"

View and edit SQL

Suggested facets: PercentContainedDisplay, UpdatedDate (date), StartedDate (date)

Link rowid ▼ IncidentId UniqueId Name Location Latitude Longitude AcresBurnedDisplay PercentContainedDisplay CountiesList UpdatedDate StartedDate AdminUnit IncidentTypeDisplay Url IsActive
12 2388 4b1b0f5b-a4f9-4965-ad6a-029c9d89c68c Bar Fire Bar K Rd & Shady Creek Lane in Douglas City 40.63442 -122.97693 55 100% Trinity 2020-05-01 16:49:57 2020-04-25 CAL FIRE Shasta-Trinity Unit Wildfire https://www.fire.ca.gov/incidents/2020/4/25/bar-fire/ N
95 2471 49378c25-ecdb-406d-829b-755f2b248fcd Flat Fire Highway 299W and Mill Creek Road, Southeast of Burnt Ranch 40.791509 -123.437051 62 100% Trinity 2020-07-30 15:25:36 2020-06-30 Shasta Trinity National Forest Wildfire https://www.fire.ca.gov/incidents/2020/6/30/flat-fire/ N
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
);