Facility Accidents View
Data license: ODbL · Data source: EDGI Cloud Portal
2 rows where city = "El Dorado" and facility_address = "1401 South Douglas Road"
This data as json, CSV (advanced)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 774 | 100000106164_1 | Accident 1 | 100000106164 | HF Sinclair El Dorado Refining LLC | 1401 South Douglas Road | El Dorado | KS | Butler | March 2019 | 08:17 | 000 Hours 43 Minutes | 32411 | Propane, Isobutane [Propane, 2-methyl], Butane, 1-Butene, Propylene [1-Propene], Hydrogen fluoride/Hydrofluoric acid (conc 50% or greater) [Hydrofluoric acid], Flammable Mixture, Methane, Hydrogen, Isopentane [Butane, 2-methyl-], Pentane, Ethane | 37.799722 | -96.866667 | {"title":"HF Sinclair El Dorado Refining LLC","description":"1401 South Douglas Road, El Dorado, KS Butler","link":"/risk-management-plans/facility_accidents_view/774"} |
| 775 | 100000106164_2 | Accident 2 | 100000106164 | HF Sinclair El Dorado Refining LLC | 1401 South Douglas Road | El Dorado | KS | Butler | September 2017 | 10:59 | 000 Hours 38 Minutes | 32411 | Propane, Isobutane [Propane, 2-methyl], Butane, 1-Butene, Propylene [1-Propene], Hydrogen fluoride/Hydrofluoric acid (conc 50% or greater) [Hydrofluoric acid], Flammable Mixture, Methane, Hydrogen, Isopentane [Butane, 2-methyl-], Pentane, Ethane | 37.799722 | -96.866667 | {"title":"HF Sinclair El Dorado Refining LLC","description":"1401 South Douglas Road, El Dorado, KS Butler","link":"/risk-management-plans/facility_accidents_view/775"} |
Advanced export
JSON shape: default, array, newline-delimited, object
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);