1 row where "StartedDate" is on date 2020-08-16 and "UpdatedDate" is on date 2020-09-04

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
184 2563 ff4d7735-a5d6-452f-8775-3b208eb046b2 River Fire Pine Canyon and River Rd, east of Salinas 36.60239 -121.62161 48,088 100% Monterey 2020-09-04 19:08:39 2020-08-16 CAL FIRE San Benito-Monterey Unit Wildfire https://www.fire.ca.gov/incidents/2020/8/16/river-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
);