home / risk_management_plans

Facility Accidents View

Data table with 1,554 records and 17 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

4 rows where city = "Newark", facility_address = "321 Roanoke Avenue" and facility_name = "Newark Acetylene Plant"

✎ View and edit SQL

This data as json, CSV (advanced)

facility_name 1

  • Newark Acetylene Plant · 4 ✖

facility_address 1

  • 321 Roanoke Avenue · 4 ✖

city 1

  • Newark · 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
1400 100000200935_1 Accident 1 100000200935 Newark Acetylene Plant 321 Roanoke Avenue Newark NJ Essex August 2021 07:00 000 Hours 01 Minutes 42469 Acetylene [Ethyne] 40.728175 -74.1244 {"title":"Newark Acetylene Plant","description":"321 Roanoke Avenue, Newark, NJ Essex","link":"/risk-management-plans/facility_accidents_view/1400"}
1401 100000200935_2 Accident 2 100000200935 Newark Acetylene Plant 321 Roanoke Avenue Newark NJ Essex January 2019 01:00 000 Hours 15 Minutes 42469 Acetylene [Ethyne] 40.728175 -74.1244 {"title":"Newark Acetylene Plant","description":"321 Roanoke Avenue, Newark, NJ Essex","link":"/risk-management-plans/facility_accidents_view/1401"}
1402 100000200935_3 Accident 3 100000200935 Newark Acetylene Plant 321 Roanoke Avenue Newark NJ Essex August 2017 21:45 000 Hours 01 Minutes 42469 Acetylene [Ethyne] 40.728175 -74.1244 {"title":"Newark Acetylene Plant","description":"321 Roanoke Avenue, Newark, NJ Essex","link":"/risk-management-plans/facility_accidents_view/1402"}
1403 100000200935_4 Accident 4 100000200935 Newark Acetylene Plant 321 Roanoke Avenue Newark NJ Essex August 2016 17:20 000 Hours 30 Minutes 42469 Acetylene [Ethyne] 40.728175 -74.1244 {"title":"Newark Acetylene Plant","description":"321 Roanoke Avenue, Newark, NJ Essex","link":"/risk-management-plans/facility_accidents_view/1403"}

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 2641.262ms · Data license: ODbL · Data source: EDGI Cloud Portal