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

View and edit SQL

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

Link rowid ▼ IncidentId UniqueId Name Location Latitude Longitude AcresBurnedDisplay PercentContainedDisplay CountiesList UpdatedDate StartedDate AdminUnit IncidentTypeDisplay Url IsActive
129 2505 1c0e692a-8afc-41e9-8ac7-d27b977f0cdd Milepost 21 Fire Highway 96 and Deerhorn Rd, southeast of Weitchpec 41.1849445 -123.6986222 100 100% Humboldt 2020-08-18 18:09:57 2020-07-20 Hoopa Valley Indian Reservation Wildfire https://www.fire.ca.gov/incidents/2020/7/20/milepost-21-fire/ N
163 2539 e2334135-81c5-44a5-b20d-c3a9b1301531 Stagecoach Fire Stagecoach Drive and Piute Meadow Road South of Lake Isabella in Kern County. 35.43044 -118.53361 7,760 100% Kern 2020-08-18 17:51:29 2020-08-03 Unified Command: Kern County Fire Department, Bureau of Land Management and Sequoia National Forest Wildfire https://www.fire.ca.gov/incidents/2020/8/3/stagecoach-fire/ N
193 2581 c1bf8f6d-2c85-4884-b866-1e9efa15917c Red Salmon Complex near Salmon Mountain, Northeast of Willow Creek 41.168 -123.407     Humboldt 2020-08-18 09:49:34 2020-08-18 Shasta-Trinity National Forest Wildfire https://www.fire.ca.gov/incidents/2020/8/18/red-salmon-complex/ Y

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
);