2 rows where Name = "Ridge Fire" and PercentContainedDisplay = "100%"

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
68 2444 0cb8b199-ab94-42a5-a441-db7f272b170c Ridge Fire Plasket Ridge Road and S Coast Ridge Road, North of Gorda 35.9497 -121.42113 83 100% Monterey 2020-06-25 09:07:34 2020-06-17   Wildfire https://www.fire.ca.gov/incidents/2020/6/17/ridge-fire/ N
142 2518 dfc476d5-b274-4bfb-bf55-4af5ef611f5e Ridge Fire Old Ridge Route Rd in the community of Quail Lake 34.75844 -118.72004 321 100% Los Angeles 2020-07-30 19:44:55 2020-07-27 Los Angeles County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/7/27/ridge-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
);