2 rows where "UpdatedDate" is on date 2020-07-28

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
110 2486 deaaf3fb-e0b2-4430-97cc-10d6d626df27 Mountain Meadow Fire Mountain Meadows Drive and Cedar Creek Court, Southwest of Fairfield 38.21614 -122.12447 75 100% Solano 2020-07-28 11:50:34 2020-07-06 Cordelia Fire Protection District and Fairfield City Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/7/6/mountain-meadow-fire/ N
112 2488 a378ae17-9133-433f-8b63-23a1a7c6a4c6 Nail Fire Fouts Springs, Southwest of Stonyford 39.35498 -122.65813 25 100% Colusa 2020-07-28 15:55:23 2020-07-07 USFS Mendocino National Forest Wildfire https://www.fire.ca.gov/incidents/2020/7/7/nail-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
);