3 rows where PercentContainedDisplay = "100%" and "UpdatedDate" is on date 2020-10-06

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
211 2605 60c2ba16-9296-4fb9-aba2-1331c25129c6 Woodward Fire Woodward Valley Trail, East of Olema 38.018089 -122.836701 4,929 100% Marin 2020-10-06 07:37:32 2020-08-18 Point Reyes National Seashore National Park Service Wildfire https://www.fire.ca.gov/incidents/2020/8/18/woodward-fire/ N
234 2630 4f2c2a0b-d187-4e11-8841-3a014cadd739 Fox Fire Fox Creek, Southwest of Callahan 41.211022 -122.847359 2,188 100% Siskiyou 2020-10-06 08:32:25 2020-09-16 Klamath National Forest Wildfire https://www.fire.ca.gov/incidents/2020/9/16/fox-fire/ N
244 2641 8b25feb1-9eb7-433d-8abf-d6ab554c9fe3 Lambert Fire Lambert Road and Carbondale Road, North of Carbondale 38.424016 -121.006635 21 100% Amador 2020-10-06 19:05:45 2020-10-04 CAL FIRE Amador El Dorado Unit Wildfire https://www.fire.ca.gov/incidents/2020/10/4/lambert-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
);