1 row where AcresBurnedDisplay = 13, IsActive = "N" and Location = "Highway 20 and Catholic Church Rd, east of Clearlake Oaks"

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
219 2614 44276cce-9fe4-472d-aac6-4d08e9d01365 Catholic Fire Highway 20 and Catholic Church Rd, east of Clearlake Oaks 39.012743 -122.637037 13 100% Lake 2020-09-02 07:19:00 2020-09-01 CAL FIRE Sonoma-Lake-Napa Unit Wildfire https://www.fire.ca.gov/incidents/2020/9/1/catholic-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
);