Rmp Facility Accidents
Data license: ODbL · Data source: EDGI Cloud Portal
6 rows where date_of_accident = "September 2016"
This data as json, CSV (advanced)
Suggested facets: accident_id
release_duration 5
date_of_accident 1
- September 2016 · 6 ✖
| facility_accident_id ▼ | accident_id | facility_id | date_of_accident | time_accident_began | release_duration | naics_code |
|---|---|---|---|---|---|---|
| 100000049734_2 | Accident 2 | 100000049734 | September 2016 | 14:30 | 003 Hours 00 Minutes | 32532 |
| 100000130459_2 | Accident 2 | 100000130459 | September 2016 | 06:45 | 000 Hours 30 Minutes | 32518 |
| 100000148057_1 | Accident 1 | 100000148057 | September 2016 | 16:46 | 000 Hours 15 Minutes | 42471 |
| 100000183071_1 | Accident 1 | 100000183071 | September 2016 | 07:40 | 000 Hours 15 Minutes | 311513 |
| 100000219925_1 | Accident 1 | 100000219925 | September 2016 | 07:05 | 042 Hours 00 Minutes | 42469 |
| 100000225909_3 | Accident 3 | 100000225909 | September 2016 | 18:18 | 002 Hours 22 Minutes | 325199 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE rmp_facility_accidents (
facility_accident_id TEXT PRIMARY KEY,
accident_id TEXT,
facility_id TEXT,
date_of_accident TEXT,
time_accident_began TEXT,
release_duration TEXT,
naics_code TEXT,
FOREIGN KEY (facility_id) REFERENCES rmp_facility(epa_facility_id),
FOREIGN KEY (naics_code) REFERENCES rmp_naics(naics_code)
);