4 rows where CountiesList = "Calaveras", IsActive = "N" and PercentContainedDisplay = "100%"

View and edit SQL

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

Link rowid ▼ IncidentId UniqueId Name Location Latitude Longitude AcresBurnedDisplay PercentContainedDisplay CountiesList UpdatedDate StartedDate AdminUnit IncidentTypeDisplay Url IsActive
64 2440 55a8e286-c088-45dc-8010-5c604dba3b69 Walker Fire Walker Trail Road and Hogan Dam Road, North of Copperopolis 38.07741 -120.72958 1,455 100% Calaveras 2020-06-20 19:10:19 2020-06-16 CAL FIRE Tuolumne-Calaveras Unit Wildfire https://www.fire.ca.gov/incidents/2020/6/16/walker-fire/ N
198 2589 ef9d3424-5838-466e-bb92-ac5dc23be5c5 Salt Fire Salt Springs Valley Reservoir 38.027921 -120.763258 1,789 100% Calaveras 2020-08-24 19:55:18 2020-08-18 CAL FIRE Tuolumne-Calaveras Unit Wildfire https://www.fire.ca.gov/incidents/2020/8/18/salt-fire/ N
204 2596 7486c76a-019a-496f-9d5c-f4b962906fe4 Flint Fire Flint St and Rock Creek Rd 38.03106 -120.85258 55 100% Calaveras 2020-08-19 20:16:41 2020-08-19 CAL FIRE/ Tuolumne–Calaveras Unit Wildfire https://www.fire.ca.gov/incidents/2020/8/19/flint-fire/ N
247 2644 4a85b108-3756-4b00-9767-56591a517c8d Diamond Fire Highway 4 and Main Street, North of Copperopolis 37.98337 -120.64541 21 100% Calaveras 2020-10-15 16:06:46 2020-10-13 CAL FIRE Tuolumne Calaveras Unit Wildfire https://www.fire.ca.gov/incidents/2020/10/13/diamond-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
);