Facility Accidents View
Data license: ODbL · Data source: EDGI Cloud Portal
1 row where city = "Westlake" and facility_address = "4300 Hwy. 108 South"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1101 | 100000146969_1 | Accident 1 | 100000146969 | IVOL Westlake Plant | 4300 Hwy. 108 South | Westlake | LA | Calcasieu | August 2020 | 08:06 | 000 Hours 17 Minutes | 32511 | Ammonia (anhydrous), Propylene [1-Propene], Ethylene [Ethene], Flammable Mixture, Butane, Pentane, Isopentane [Butane, 2-methyl-], Methane, Ethane, Isobutane [Propane, 2-methyl], 1-Butene, 1,3-Butadiene, 1-Pentene, Propadiene [1,2-Propadiene], 1,3-Pentadiene, 2-Butene-trans [2-Butene, (E)], 2-Pentene, (E)-, Hydrogen, Acetylene [Ethyne], Propane, Propyne [1-Propyne], 2-Butene-cis, Vinyl acetylene [1-Buten-3-yne], Butene | 30.190361 | -93.325667 | {"title":"IVOL Westlake Plant","description":"4300 Hwy. 108 South, Westlake, LA Calcasieu","link":"/risk-management-plans/facility_accidents_view/1101"} |
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);