Rmp Facility Accidents
Data license: ODbL · Data source: EDGI Cloud Portal
7 rows where date_of_accident = "September 2018"
This data as json, CSV (advanced)
Suggested facets: accident_id, naics_code
release_duration 6
date_of_accident 1
- September 2018 · 7 ✖
| facility_accident_id ▼ | accident_id | facility_id | date_of_accident | time_accident_began | release_duration | naics_code |
|---|---|---|---|---|---|---|
| 100000006593_2 | Accident 2 | 100000006593 | September 2018 | 11:09 | 000 Hours 22 Minutes | 311611 |
| 100000049351_1 | Accident 1 | 100000049351 | September 2018 | 18:00 | 000 Hours 02 Minutes | 48821 |
| 100000067189_2 | Accident 2 | 100000067189 | September 2018 | 12:40 | 001 Hours 03 Minutes | 21111 |
| 100000086186_2 | Accident 2 | 100000086186 | September 2018 | 09:26 | 000 Hours 02 Minutes | 42491 |
| 100000088781_1 | Accident 1 | 100000088781 | September 2018 | 23:00 | 002 Hours 00 Minutes | 325998 |
| 100000091456_1 | Accident 1 | 100000091456 | September 2018 | 09:55 | 012 Hours 55 Minutes | 42491 |
| 100000180788_1 | Accident 1 | 100000180788 | September 2018 | 02:23 | 003 Hours 35 Minutes | 334413 |
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)
);