home / risk_management_plans

Facility Accidents View

Data table with 1,554 records and 17 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

3 rows where facility_address = "1600 VCM Plant Road" and facility_name = "Westlake, Lake Charles North"

✎ View and edit SQL

This data as json, CSV (advanced)

facility_name 1

  • Westlake, Lake Charles North · 3 ✖

facility_address 1

  • 1600 VCM Plant Road · 3 ✖

city 1

  • Westlake 3
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
1272 100000169462_1 Accident 1 100000169462 Westlake, Lake Charles North 1600 VCM Plant Road Westlake LA Calcasieu December 2021 15:00 001 Hours 45 Minutes 32511 Sulfur dioxide (anhydrous), Hydrochloric acid (conc 37% or greater), Vinyl chloride [Ethene, chloro-], Propylene [1-Propene] 30.252222 -93.284444 {"title":"Westlake, Lake Charles North","description":"1600 VCM Plant Road, Westlake, LA Calcasieu","link":"/risk-management-plans/facility_accidents_view/1272"}
1273 100000169462_2 Accident 2 100000169462 Westlake, Lake Charles North 1600 VCM Plant Road Westlake LA Calcasieu September 2020 08:45 000 Hours 12 Minutes 32511 Sulfur dioxide (anhydrous), Hydrochloric acid (conc 37% or greater), Vinyl chloride [Ethene, chloro-], Propylene [1-Propene] 30.252222 -93.284444 {"title":"Westlake, Lake Charles North","description":"1600 VCM Plant Road, Westlake, LA Calcasieu","link":"/risk-management-plans/facility_accidents_view/1273"}
1274 100000169462_3 Accident 3 100000169462 Westlake, Lake Charles North 1600 VCM Plant Road Westlake LA Calcasieu March 2019 15:15 000 Hours 58 Minutes 32511 Sulfur dioxide (anhydrous), Hydrochloric acid (conc 37% or greater), Vinyl chloride [Ethene, chloro-], Propylene [1-Propene] 30.252222 -93.284444 {"title":"Westlake, Lake Charles North","description":"1600 VCM Plant Road, Westlake, LA Calcasieu","link":"/risk-management-plans/facility_accidents_view/1274"}

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 2644.924ms · Data license: ODbL · Data source: EDGI Cloud Portal