2 rows where PercentContainedDisplay = "100%" 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
229 2624 7442faa1-3681-4b85-8ed7-229e34ee3011 Willow Fire Neptune Lane and Willow Glen Road, North of Smartville 39.3637 -121.32361 1,311 100% Yuba 2020-09-16 18:03:48 2020-09-09 CAL FIRE Nevada-Yuba-Placer Unit Wildfire https://www.fire.ca.gov/incidents/2020/9/9/willow-fire/ N
230 2625 a7f3e6f3-3e15-4350-a0f7-2a5392e0708d Sperry Fire Interstate 5 and Sperry Road, West of Patterson 37.46377 -121.18018 45 100% Stanislaus 2020-09-16 07:28:21 2020-09-08 CAL FIRE Santa Clara Unit Wildfire https://www.fire.ca.gov/incidents/2020/9/8/sperry-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
);