2 rows where "StartedDate" is on date 2020-08-04

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
165 2541 2b313120-5794-40d5-aa39-c7e621856d14 Trimmer Fire Big Creek Rd and Trimmer Springs Rd, Sycamore Flats 36.90933 -119.2439 594 100% Fresno 2020-11-10 14:23:45 2020-08-04 USFS Sierra National Forest Wildfire https://www.fire.ca.gov/incidents/2020/8/4/trimmer-fire/ N
166 2542 7ece0a57-ab39-4d98-83bd-2a09f32b5242 Pass Fire Hwy 41, northeast of Shandon 35.61521 -120.40457 280 100% San Luis Obispo 2020-08-05 07:20:14 2020-08-04 CAL FIRE San Luis Obispo Unit Wildfire https://www.fire.ca.gov/incidents/2020/8/4/pass-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
);