home / risk_management_plans

Facility Accidents View

Data table with 1,554 records and 17 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

1 row where facility_address = "1000 McHenry"

✎ View and edit SQL

This data as json, CSV (advanced)

facility_name 1

  • Lion Oil Company 1

facility_address 1

  • 1000 McHenry · 1 ✖

city 1

  • El Dorado 1
id ▼ facility_accident_id accident_id facility_id facility_name facility_address city state county date_of_accident time_accident_began release_duration naics_code chemical_names latitude longitude popup
990 100000134204_1 Accident 1 100000134204 Lion Oil Company 1000 McHenry El Dorado AR Union February 2021 15:30 001 Hours 15 Minutes 32411 Flammable Mixture, Isopentane [Butane, 2-methyl-], Ethane, Isobutane [Propane, 2-methyl], Butane, 1-Butene, 2-Butene, Pentane, Propylene [1-Propene], Hydrogen, Ethylene [Ethene], Methane, Propane, 2-Methylpropene [1-Propene, 2-methyl-], 2,2-Dimethylpropane [Propane, 2,2-dimethyl-], 1,3-Butadiene, Butene 33.201139 -92.673278 {"title":"Lion Oil Company","description":"1000 McHenry, El Dorado, AR Union","link":"/risk-management-plans/facility_accidents_view/990"}

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE facility_accidents_view (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    facility_accident_id TEXT,
    accident_id TEXT,
    facility_id TEXT,
    facility_name TEXT,
    facility_address TEXT,
    city TEXT,
    state TEXT,
    county TEXT,
    date_of_accident TEXT,
    time_accident_began TEXT,
    release_duration TEXT,
    naics_code TEXT,
    chemical_names TEXT,
    latitude REAL,
    longitude REAL
, popup TEXT);
CREATE INDEX idx_accident_id ON facility_accidents_view(facility_accident_id);
Powered by Datasette · Queries took 2879.332ms · Data license: ODbL · Data source: EDGI Cloud Portal