Rmp Facility Accidents
Data license: ODbL · Data source: EDGI Cloud Portal
6 rows where date_of_accident = "October 2016"
This data as json, CSV (advanced)
Suggested facets: accident_id
release_duration 6
date_of_accident 1
- October 2016 · 6 ✖
| facility_accident_id ▼ | accident_id | facility_id | date_of_accident | time_accident_began | release_duration | naics_code |
|---|---|---|---|---|---|---|
| 100000058616_1 | Accident 1 | 100000058616 | October 2016 | 12:20 | 000 Hours 15 Minutes | 325314 |
| 100000061746_1 | Accident 1 | 100000061746 | October 2016 | 12:15 | 000 Hours 01 Minutes | 22132 |
| 100000082796_2 | Accident 2 | 100000082796 | October 2016 | 00:34 | 014 Hours 35 Minutes | 21113 |
| 100000146683_3 | Accident 3 | 100000146683 | October 2016 | 01:00 | 000 Hours 03 Minutes | 33141 |
| 100000180788_2 | Accident 2 | 100000180788 | October 2016 | 14:27 | 002 Hours 00 Minutes | 334413 |
| 100000210979_1 | Accident 1 | 100000210979 | October 2016 | 15:22 | 006 Hours 00 Minutes | 325193 |
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)
);