1 row where Location = "off of Oak Glen Road and Apple Tree Lane, North of Cherry Valley" and "UpdatedDate" is on date 2020-11-10

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
151 2527 8b9ae457-96ea-4041-912c-6b33e8498d98 Apple Fire off of Oak Glen Road and Apple Tree Lane, North of Cherry Valley 33.99139 -116.9617     Riverside 2020-11-10 14:33:41 2020-07-31 Unified Command: USFS - San Bernardino, and Yucaipa City Fire Wildfire https://www.fire.ca.gov/incidents/2020/7/31/apple-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
);