Facility Accidents View
Data license: ODbL · Data source: EDGI Cloud Portal
4 rows where facility_address = "15696 Energy Road, WV State Route 2" and facility_name = "Westlake Natrium LLC"
This data as json, CSV (advanced)
facility_name 1
- Westlake Natrium LLC · 4 ✖
facility_address 1
- 15696 Energy Road, WV State Route 2 · 4 ✖
city 1
- Proctor 4
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 508 | 100000073868_1 | Accident 1 | 100000073868 | Westlake Natrium LLC | 15696 Energy Road, WV State Route 2 | Proctor | WV | Marshall | September 2022 | 15:00 | 000 Hours 01 Minutes | 32518 | Chlorine, Sulfur dioxide (anhydrous), Ammonia (anhydrous) | 39.748056 | -80.848889 | {"title":"Westlake Natrium LLC","description":"15696 Energy Road, WV State Route 2, Proctor, WV Marshall","link":"/risk-management-plans/facility_accidents_view/508"} |
| 509 | 100000073868_2 | Accident 2 | 100000073868 | Westlake Natrium LLC | 15696 Energy Road, WV State Route 2 | Proctor | WV | Marshall | July 2020 | 19:30 | 000 Hours 10 Minutes | 32518 | Chlorine, Sulfur dioxide (anhydrous), Ammonia (anhydrous) | 39.748056 | -80.848889 | {"title":"Westlake Natrium LLC","description":"15696 Energy Road, WV State Route 2, Proctor, WV Marshall","link":"/risk-management-plans/facility_accidents_view/509"} |
| 510 | 100000073868_3 | Accident 3 | 100000073868 | Westlake Natrium LLC | 15696 Energy Road, WV State Route 2 | Proctor | WV | Marshall | April 2018 | 01:30 | 000 Hours 05 Minutes | 32518 | Chlorine, Sulfur dioxide (anhydrous), Ammonia (anhydrous) | 39.748056 | -80.848889 | {"title":"Westlake Natrium LLC","description":"15696 Energy Road, WV State Route 2, Proctor, WV Marshall","link":"/risk-management-plans/facility_accidents_view/510"} |
| 511 | 100000073868_4 | Accident 4 | 100000073868 | Westlake Natrium LLC | 15696 Energy Road, WV State Route 2 | Proctor | WV | Marshall | August 2016 | 08:34 | 002 Hours 30 Minutes | 32518 | Chlorine, Sulfur dioxide (anhydrous), Ammonia (anhydrous) | 39.748056 | -80.848889 | {"title":"Westlake Natrium LLC","description":"15696 Energy Road, WV State Route 2, Proctor, WV Marshall","link":"/risk-management-plans/facility_accidents_view/511"} |
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);