Facility Accidents View
Data license: ODbL · Data source: EDGI Cloud Portal
3 rows where facility_name = "IMTT-Geismar"
This data as json, CSV (advanced)
Suggested facets: release_duration
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1404 | 100000200953_1 | Accident 1 | 100000200953 | IMTT-Geismar | 8112 Highway 75 | Geismar | LA | Ascension | October 2019 | 17:45 | 000 Hours 20 Minutes | 49319 | Propylene oxide [Oxirane, methyl-], Dimethylamine [Methanamine, N-methyl-], Toluene diisocyanate (unspecified isomer) [Benzene, 1,3-diisocyanatomethyl-] | 30.184738 | -91.002607 | {"title":"IMTT-Geismar","description":"8112 Highway 75, Geismar, LA Ascension","link":"/risk-management-plans/facility_accidents_view/1404"} |
| 1405 | 100000200953_2 | Accident 2 | 100000200953 | IMTT-Geismar | 8112 Highway 75 | Geismar | LA | Ascension | October 2019 | 21:00 | 000 Hours 15 Minutes | 49319 | Propylene oxide [Oxirane, methyl-], Dimethylamine [Methanamine, N-methyl-], Toluene diisocyanate (unspecified isomer) [Benzene, 1,3-diisocyanatomethyl-] | 30.184738 | -91.002607 | {"title":"IMTT-Geismar","description":"8112 Highway 75, Geismar, LA Ascension","link":"/risk-management-plans/facility_accidents_view/1405"} |
| 1406 | 100000200953_3 | Accident 3 | 100000200953 | IMTT-Geismar | 8112 Highway 75 | Geismar | LA | Ascension | April 2019 | 01:30 | 000 Hours 15 Minutes | 49319 | Propylene oxide [Oxirane, methyl-], Dimethylamine [Methanamine, N-methyl-], Toluene diisocyanate (unspecified isomer) [Benzene, 1,3-diisocyanatomethyl-] | 30.184738 | -91.002607 | {"title":"IMTT-Geismar","description":"8112 Highway 75, Geismar, LA Ascension","link":"/risk-management-plans/facility_accidents_view/1406"} |
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);