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

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
114 2490 49be3366-f2b6-4ff5-8541-a25ad9bdc607 Alum Fire Mt Hamilton Rd and Crothers Rd, northeast of San Jose 37.37731 -121.79349 31 100% Santa Clara 2020-07-11 17:28:58 2020-07-11 Unified Command: CAL FIRE and San Jose Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/7/11/alum-fire/ N
115 2491 1d6a3faf-2e35-4c7e-9efd-54339ad56ed6 Power Fire Road 222 and Road 235, South of North Fork 37.1487 -119.50307 108 100% Madera 2020-07-15 19:09:02 2020-07-11 CAL FIRE Madera-Mariposa-Merced Unit Wildfire https://www.fire.ca.gov/incidents/2020/7/11/power-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
);