2 rows where "UpdatedDate" 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
132 2508 f66fb4e4-cd4c-4410-9c00-43fed5882fb4 Easton Fire Highway 330 and East Highland Avenue, Northeast of San Bernardino 34.135626 -117.192142 71 100% San Bernardino 2020-08-04 16:01:51 2020-07-20 City of San Bernardino and San Bernardino National Forest Wildfire https://www.fire.ca.gov/incidents/2020/7/20/easton-fire/ N
157 2533 f05306b4-6281-4140-9d63-ea077c080ce9 Water Fire Whitewater Canyon Road at the Whitewater Preserve In Riverside County. 33.924086 -116.641846 52 100% Riverside 2020-08-04 15:13:28 2020-08-02 CAL FIRE/ Riverside County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/8/2/water-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
);