3 rows where "StartedDate" is on date 2020-10-26

View and edit SQL

Suggested facets: PercentContainedDisplay, CountiesList, UpdatedDate (date), StartedDate (date)

Link rowid ▼ IncidentId UniqueId Name Location Latitude Longitude AcresBurnedDisplay PercentContainedDisplay CountiesList UpdatedDate StartedDate AdminUnit IncidentTypeDisplay Url IsActive
257 2654 a2b27cff-5d89-423a-853e-3a78e63f79ef Silverado Fire Off the 241 in the Irvine area 33.73614 -117.65719 12,466 100% Orange 2020-11-07 07:08:07 2020-10-26 CAL FIRE & Orange County Fire Authority and Orange County Sheriff Wildfire https://www.fire.ca.gov/incidents/2020/10/26/silverado-fire/ N
258 2655 57d6e532-295c-4166-a6f3-1cc64acbf5de Point Fire (Placer County) Nevada Point Rd and Long Creek Rd, east of Foresthill 39.009454 -120.488892     Placer 2020-11-09 17:51:41 2020-10-26 USFS El Dorado National Forest Wildfire https://www.fire.ca.gov/incidents/2020/10/26/point-fire-placer-county/ N
259 2656 21b0622c-8b4d-439b-8175-d4ba20507d02 Blue Ridge Fire North of the 91 in the Yorba Linda and Chino Hills area in Orange and San Bernardino Counties 33.877257 -117.675067 13,964 100% Orange 2020-11-07 07:07:28 2020-10-26 CAL FIRE & Orange County Fire Authority Wildfire https://www.fire.ca.gov/incidents/2020/10/26/blue-ridge-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
);