2 rows where "StartedDate" is on date 2020-07-18

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
125 2501 9520d0cb-1a4f-4dc0-bd38-967f5ee353f0 Badger Fire Badger Mountain Road and Hawkinsville Humbug Road 41.79319 -122.69296 557 100% Siskiyou 2020-08-13 11:22:45 2020-07-18 CAL FIRE Siskiyou Wildfire https://www.fire.ca.gov/incidents/2020/7/18/badger-fire/ N
126 2502 fc0b7761-54a3-4275-a550-313d2b604f5e Hog Fire Hog Flat Reservoir, West of Susanville 40.420886 -120.86375 9,564 100% Lassen 2020-08-17 21:07:24 2020-07-18 CAL FIRE Lassen-Modoc Unit Wildfire https://www.fire.ca.gov/incidents/2020/7/18/hog-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
);