1 row where Location = "South Fork Road and Trail View, northeast of Pollock Pines in El Dorado County. " and "UpdatedDate" is on date 2020-11-09

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
228 2623 1e437685-8470-4dd5-bf6c-54e75143d36a Fork Fire South Fork Road and Trail View, northeast of Pollock Pines in El Dorado County. 38.99 -120.394     El Dorado 2020-11-09 17:48:59 2020-09-08   Wildfire https://www.fire.ca.gov/incidents/2020/9/8/fork-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
);