3 rows where "UpdatedDate" is on date 2020-02-24

View and edit SQL

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

Link rowid ▼ IncidentId UniqueId Name Location Latitude Longitude AcresBurnedDisplay PercentContainedDisplay CountiesList UpdatedDate StartedDate AdminUnit IncidentTypeDisplay Url IsActive
2 2377 c9bb59f7-be32-4296-8c11-3f1233116827 Antelope Fire Hwy 49 and Fillippini Road, Sierraville 39.6923001 -120.3291855 102 100% Sierra 2020-02-24 14:41:27 2020-02-17 USFS Tahoe National Forest Wildfire https://www.fire.ca.gov/incidents/2020/2/17/antelope-fire/ N
3 2378 f6e7a62d-4796-452d-8e41-66ed1aef6d63 Beegum Fire Off of Highway 36 West and Tedoc Rd, West of Red Bluff 40.33583333 -122.84722222 75 100% Tehama 2020-02-24 14:32:24 2020-02-23 CAL FIRE Tehama-Glenn Unit Wildfire https://www.fire.ca.gov/incidents/2020/2/23/beegum-fire/ N
4 2379 edd2012d-0574-46a1-97d5-9ca42e7c5912 Wood Fire Off Horselake Road and Woodranch Road, East of Susanville 40.62155 -120.49392 57 100% Lassen 2020-02-24 14:45:55 2020-02-23 Bureau of Land Management Wildfire https://www.fire.ca.gov/incidents/2020/2/23/wood-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
);