Rmp Facility Accidents
Data license: ODbL · Data source: EDGI Cloud Portal
6 rows where release_duration = "000 Hours 01 Minutes" and time_accident_began = "13:00"
This data as json, CSV (advanced)
date_of_accident 6
- April 2019 1
- August 2020 1
- December 2017 1
- June 1997 1
- June 2022 1
- October 2000 1
time_accident_began 1
- 13:00 · 6 ✖
release_duration 1
- 000 Hours 01 Minutes · 6 ✖
| facility_accident_id ▼ | accident_id | facility_id | date_of_accident | time_accident_began | release_duration | naics_code |
|---|---|---|---|---|---|---|
| 100000031921_1 | Accident 1 | 100000031921 | June 1997 | 13:00 | 000 Hours 01 Minutes | 49313 |
| 100000037783_1 | Accident 1 | 100000037783 | June 2022 | 13:00 | 000 Hours 01 Minutes | 32213 |
| 100000096479_1 | Accident 1 | 100000096479 | December 2017 | 13:00 | 000 Hours 01 Minutes | 48831 |
| 100000114976_1 | Accident 1 | 100000114976 | August 2020 | 13:00 | 000 Hours 01 Minutes | 42491 |
| 100000169514_1 | Accident 1 | 100000169514 | October 2000 | 13:00 | 000 Hours 01 Minutes | 331314 |
| 100000238717_1 | Accident 1 | 100000238717 | April 2019 | 13:00 | 000 Hours 01 Minutes | 32532 |
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)
);