3 rows where "UpdatedDate" is on date 2020-08-30

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
205 2598 c57a1d32-216b-443e-bb67-87be3232bf8b Moc Fire Hwy 49 and Hwy 120, Moccasin 37.813779 -120.312565 2,857 100% Tuolumne 2020-08-30 19:14:52 2020-08-20 CAL FIRE Tuolumne-Calaveras Unit and Central California District Wildfire https://www.fire.ca.gov/incidents/2020/8/20/moc-fire/ N
215 2610 1a62a4b4-ad1a-4e12-b8ed-a3a50e3d1722 Johnson Fire Johnson Road and Limeridge Dr, East of Elizabeth Lake in Los Angeles County 34.65979 -118.36411 290 100% Los Angeles 2020-08-30 19:27:40 2020-08-28 Los Angeles County Fire Dept Wildfire https://www.fire.ca.gov/incidents/2020/8/28/johnson-fire/ N
216 2611 5937fad1-a332-4d92-ba83-c8022173b5ba Hensley Fire Road 400 and Road 406, south of Hensley Lake in Madera County 37.08053 -119.88673 688 100% Madera 2020-08-30 19:11:42 2020-08-30 CAL FIRE Madera-Mariposa-Merced Unit Wildfire https://www.fire.ca.gov/incidents/2020/8/30/hensley-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
);