3 rows where "StartedDate" is on date 2020-06-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
62 2438 2190e4db-2b64-4d98-a5f9-00cc6221eec8 Bitter Fire Highway 25 and Hernandez-Coalinga Road, North of King City 36.3011 -120.92925 895 100% San Benito 2020-06-21 19:39:49 2020-06-16 CAL FIRE San Benito-Monterey Unit Wildfire https://www.fire.ca.gov/incidents/2020/6/16/bitter-fire/ N
63 2439 2250dea8-20a0-4e5e-b86e-bfe7821892c2 Riata Fire 5900 Block West Pozo Road near Hwy 58, East of Santa Margarita 35.40953 -120.56823 18 100% San Luis Obispo 2020-06-17 14:59:47 2020-06-16 CAL FIRE San Luis Obispo Unit Wildfire https://www.fire.ca.gov/incidents/2020/6/16/riata-fire/ N
64 2440 55a8e286-c088-45dc-8010-5c604dba3b69 Walker Fire Walker Trail Road and Hogan Dam Road, North of Copperopolis 38.07741 -120.72958 1,455 100% Calaveras 2020-06-20 19:10:19 2020-06-16 CAL FIRE Tuolumne-Calaveras Unit Wildfire https://www.fire.ca.gov/incidents/2020/6/16/walker-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
);