Rmp Facility Accidents
Data license: ODbL · Data source: EDGI Cloud Portal
6 rows where release_duration = "006 Hours 00 Minutes"
This data as json, CSV (advanced)
Suggested facets: accident_id
date_of_accident 6
release_duration 1
- 006 Hours 00 Minutes · 6 ✖
| facility_accident_id ▼ | accident_id | facility_id | date_of_accident | time_accident_began | release_duration | naics_code |
|---|---|---|---|---|---|---|
| 100000061764_1 | Accident 1 | 100000061764 | January 2018 | 03:15 | 006 Hours 00 Minutes | 21113 |
| 100000158054_2 | Accident 2 | 100000158054 | December 2020 | 15:56 | 006 Hours 00 Minutes | 331314 |
| 100000186728_1 | Accident 1 | 100000186728 | January 2014 | 08:00 | 006 Hours 00 Minutes | 325998 |
| 100000197379_1 | Accident 1 | 100000197379 | July 2006 | 04:10 | 006 Hours 00 Minutes | 325211 |
| 100000200169_1 | Accident 1 | 100000200169 | December 2011 | 20:30 | 006 Hours 00 Minutes | 311211 |
| 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)
);