Facility Accidents View
Data license: ODbL · Data source: EDGI Cloud Portal
1 row where city = "Beaumont" and facility_name = "ExxonMobil Chemical Company - BPEP"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1107 | 100000147851_1 | Accident 1 | 100000147851 | ExxonMobil Chemical Company - BPEP | 11440 Highway 90 | Beaumont | TX | Jefferson | January 2024 | 09:20 | 000 Hours 01 Minutes | 32511 | Isopentane [Butane, 2-methyl-], Ethylene [Ethene], 1-Butene, Hydrogen, Propylene [1-Propene], Isobutane [Propane, 2-methyl] | 30.068247 | -94.23005 | {"title":"ExxonMobil Chemical Company - BPEP","description":"11440 Highway 90, Beaumont, TX Jefferson","link":"/risk-management-plans/facility_accidents_view/1107"} |
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);