1 row where PercentContainedDisplay = "100%", "StartedDate" is on date 2020-08-17 and "UpdatedDate" is on date 2020-11-10

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
189 2575 f5d17ece-121c-4426-8235-d898b6aa1fa6 Holser Fire Holser Canyon Rd and Piru Canyon Rd, south of Lake Piru 34.438759 -118.758965 3,000 100% Ventura 2020-11-10 14:20:57 2020-08-17 Ventura County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/8/17/holser-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
);