1 row where "StartedDate" is on date 2020-06-30 and "UpdatedDate" is on date 2020-07-30

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
95 2471 49378c25-ecdb-406d-829b-755f2b248fcd Flat Fire Highway 299W and Mill Creek Road, Southeast of Burnt Ranch 40.791509 -123.437051 62 100% Trinity 2020-07-30 15:25:36 2020-06-30 Shasta Trinity National Forest Wildfire https://www.fire.ca.gov/incidents/2020/6/30/flat-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
);