Accident Chemicals View
Data license: ODbL · Data source: EDGI Cloud Portal
6 rows where city = "Port Arthur" and facility_address = "2001 S. Gulfway Drive"
This data as json, CSV (advanced)
| accident_chemical_id ▼ | accident_id | facility_id | facility_name | facility_address | city | state | county | date_of_accident | chemical_name | quantity_released_lbs | percent_weight |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1764 | Accident 1 | 100000092142 | Chevron Phillips Chemical Co. - PA Plant | 2001 S. Gulfway Drive | Port Arthur | TX | Jefferson | February 2021 | Hydrogen | 1.0 | |
| 1765 | Accident 1 | 100000092142 | Chevron Phillips Chemical Co. - PA Plant | 2001 S. Gulfway Drive | Port Arthur | TX | Jefferson | February 2021 | Methane | 1.0 | |
| 1766 | Accident 1 | 100000092142 | Chevron Phillips Chemical Co. - PA Plant | 2001 S. Gulfway Drive | Port Arthur | TX | Jefferson | February 2021 | Ethane | 1.0 | |
| 1767 | Accident 1 | 100000092142 | Chevron Phillips Chemical Co. - PA Plant | 2001 S. Gulfway Drive | Port Arthur | TX | Jefferson | February 2021 | Ethylene [Ethene] | 1.0 | |
| 1768 | Accident 1 | 100000092142 | Chevron Phillips Chemical Co. - PA Plant | 2001 S. Gulfway Drive | Port Arthur | TX | Jefferson | February 2021 | Propane | 1.0 | |
| 1769 | Accident 1 | 100000092142 | Chevron Phillips Chemical Co. - PA Plant | 2001 S. Gulfway Drive | Port Arthur | TX | Jefferson | February 2021 | Propylene [1-Propene] | 1.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);