Facility Accidents View
Data license: ODbL · Data source: EDGI Cloud Portal
2 rows where city = "La Porte" and facility_name = "Oxy Vinyls, LP - La Porte VCM Plant"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 547 | 100000079489_1 | Accident 1 | 100000079489 | Oxy Vinyls, LP - La Porte VCM Plant | 2400 Miller Cut-Off Road | La Porte | TX | Harris | August 2008 | 02:10 | 006 Hours 36 Minutes | 325199 | Ethyl chloride [Ethane, chloro-], Chloroform [Methane, trichloro-], Hydrochloric acid (conc 37% or greater), Ammonia (anhydrous), Chlorine, Vinyl chloride [Ethene, chloro-], Propylene [1-Propene] | 29.725833 | -95.077777 | {"title":"Oxy Vinyls, LP - La Porte VCM Plant","description":"2400 Miller Cut-Off Road, La Porte, TX Harris","link":"/risk-management-plans/facility_accidents_view/547"} |
| 548 | 100000079489_2 | Accident 2 | 100000079489 | Oxy Vinyls, LP - La Porte VCM Plant | 2400 Miller Cut-Off Road | La Porte | TX | Harris | November 2004 | 03:29 | 000 Hours 15 Minutes | 325199 | Ethyl chloride [Ethane, chloro-], Chloroform [Methane, trichloro-], Hydrochloric acid (conc 37% or greater), Ammonia (anhydrous), Chlorine, Vinyl chloride [Ethene, chloro-], Propylene [1-Propene] | 29.725833 | -95.077777 | {"title":"Oxy Vinyls, LP - La Porte VCM Plant","description":"2400 Miller Cut-Off Road, La Porte, TX Harris","link":"/risk-management-plans/facility_accidents_view/548"} |
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);