Accident Chemicals View
Data license: ODbL · Data source: EDGI Cloud Portal
2 rows where city = "Westlake" and facility_address = "4300 Hwy. 108 South"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 786 | Accident 1 | 100000146969 | IVOL Westlake Plant | 4300 Hwy. 108 South | Westlake | LA | Calcasieu | August 2020 | Ethylene [Ethene] | 2600.0 | |
| 787 | Accident 1 | 100000146969 | IVOL Westlake Plant | 4300 Hwy. 108 South | Westlake | LA | Calcasieu | August 2020 | Ethane | 1600.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);