Facility Accidents View
Data license: ODbL · Data source: EDGI Cloud Portal
4 rows where facility_address = "14385 West Port Arthur Road, NA"
This data as json, CSV (advanced)
Suggested facets: release_duration
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 641 | 100000089316_1 | Accident 1 | 100000089316 | BASF, Beaumont Plant | 14385 West Port Arthur Road, NA | Beaumont | TX | Jefferson | April 2024 | 19:30 | 000 Hours 05 Minutes | 32532 | Chlorine, Methyl chloride [Methane, chloro-] | 29.971389 | -94.053333 | {"title":"BASF, Beaumont Plant","description":"14385 West Port Arthur Road, NA, Beaumont, TX Jefferson","link":"/risk-management-plans/facility_accidents_view/641"} |
| 642 | 100000089316_2 | Accident 2 | 100000089316 | BASF, Beaumont Plant | 14385 West Port Arthur Road, NA | Beaumont | TX | Jefferson | March 2023 | 12:00 | 000 Hours 10 Minutes | 32532 | Chlorine, Methyl chloride [Methane, chloro-] | 29.971389 | -94.053333 | {"title":"BASF, Beaumont Plant","description":"14385 West Port Arthur Road, NA, Beaumont, TX Jefferson","link":"/risk-management-plans/facility_accidents_view/642"} |
| 643 | 100000089316_3 | Accident 3 | 100000089316 | BASF, Beaumont Plant | 14385 West Port Arthur Road, NA | Beaumont | TX | Jefferson | January 2023 | 04:10 | 000 Hours 01 Minutes | 32532 | Chlorine, Methyl chloride [Methane, chloro-] | 29.971389 | -94.053333 | {"title":"BASF, Beaumont Plant","description":"14385 West Port Arthur Road, NA, Beaumont, TX Jefferson","link":"/risk-management-plans/facility_accidents_view/643"} |
| 644 | 100000089316_4 | Accident 4 | 100000089316 | BASF, Beaumont Plant | 14385 West Port Arthur Road, NA | Beaumont | TX | Jefferson | March 2019 | 18:30 | 000 Hours 01 Minutes | 32532 | Chlorine, Methyl chloride [Methane, chloro-] | 29.971389 | -94.053333 | {"title":"BASF, Beaumont Plant","description":"14385 West Port Arthur Road, NA, Beaumont, TX Jefferson","link":"/risk-management-plans/facility_accidents_view/644"} |
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);