Accident Chemicals View
Data license: ODbL · Data source: EDGI Cloud Portal
3 rows where city = "Beaumont" and facility_address = "Beaumont Industrial Park, Highway 347"
This data as json, CSV (advanced)
facility_name 1
facility_address 1
- Beaumont Industrial Park, Highway 347 · 3 ✖
city 1
- Beaumont · 3 ✖
| accident_chemical_id ▼ | accident_id | facility_id | facility_name | facility_address | city | state | county | date_of_accident | chemical_name | quantity_released_lbs | percent_weight |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1946 | Accident 1 | 100000153898 | DuPont Performance Elastomers - Hypalon Unit | Beaumont Industrial Park, Highway 347 | Beaumont | TX | Jefferson | August 2007 | Chlorine | 23.0 | |
| 1947 | Accident 1 | 100000153898 | DuPont Performance Elastomers - Hypalon Unit | Beaumont Industrial Park, Highway 347 | Beaumont | TX | Jefferson | August 2007 | Sulfur dioxide (anhydrous) | 104.0 | |
| 1948 | Accident 1 | 100000153898 | DuPont Performance Elastomers - Hypalon Unit | Beaumont Industrial Park, Highway 347 | Beaumont | TX | Jefferson | August 2007 | Chloroform [Methane, trichloro-] | 79.0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE accident_chemicals_view (
accident_chemical_id INTEGER PRIMARY KEY,
accident_id TEXT,
facility_id TEXT,
facility_name TEXT,
facility_address TEXT,
city TEXT,
state TEXT,
county TEXT,
date_of_accident TEXT,
chemical_name TEXT,
quantity_released_lbs TEXT,
percent_weight TEXT
);
CREATE INDEX idx_chemical_id ON accident_chemicals_view(accident_chemical_id);