Rmp Facility Accidents
Data license: ODbL · Data source: EDGI Cloud Portal
7 rows where time_accident_began = "15:15"
This data as json, CSV (advanced)
Suggested facets: accident_id, naics_code
date_of_accident 7
- August 2017 1
- August 2018 1
- June 2011 1
- March 2019 1
- May 1999 1
- May 2021 1
- September 2022 1
release_duration 5
time_accident_began 1
- 15:15 · 7 ✖
| facility_accident_id ▼ | accident_id | facility_id | date_of_accident | time_accident_began | release_duration | naics_code |
|---|---|---|---|---|---|---|
| 100000062905_2 | Accident 2 | 100000062905 | September 2022 | 15:15 | 000 Hours 48 Minutes | 32411 |
| 100000070987_4 | Accident 4 | 100000070987 | May 2021 | 15:15 | 000 Hours 01 Minutes | 32411 |
| 100000133875_1 | Accident 1 | 100000133875 | August 2018 | 15:15 | 000 Hours 05 Minutes | 42469 |
| 100000138825_1 | Accident 1 | 100000138825 | June 2011 | 15:15 | 000 Hours 05 Minutes | 32212 |
| 100000157297_2 | Accident 2 | 100000157297 | August 2017 | 15:15 | 000 Hours 01 Minutes | 32411 |
| 100000169015_3 | Accident 3 | 100000169015 | May 1999 | 15:15 | 001 Hours 45 Minutes | 311421 |
| 100000169462_3 | Accident 3 | 100000169462 | March 2019 | 15:15 | 000 Hours 58 Minutes | 32511 |
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)
);