Rmp Facility Accidents
Data license: ODbL · Data source: EDGI Cloud Portal
6 rows where date_of_accident = "December 1997"
This data as json, CSV (advanced)
release_duration 6
date_of_accident 1
- December 1997 · 6 ✖
| facility_accident_id ▼ | accident_id | facility_id | date_of_accident | time_accident_began | release_duration | naics_code |
|---|---|---|---|---|---|---|
| 100000022922_1 | Accident 1 | 100000022922 | December 1997 | 22:00 | 004 Hours 00 Minutes | 32518 |
| 100000023379_1 | Accident 1 | 100000023379 | December 1997 | 16:30 | 000 Hours 01 Minutes | 325311 |
| 100000059651_1 | Accident 1 | 100000059651 | December 1997 | 10:30 | 001 Hours 30 Minutes | 32211 |
| 100000109848_1 | Accident 1 | 100000109848 | December 1997 | 16:00 | 000 Hours 45 Minutes | 49312 |
| 100000137407_1 | Accident 1 | 100000137407 | December 1997 | 05:05 | 000 Hours 10 Minutes | 325211 |
| 100000156948_1 | Accident 1 | 100000156948 | December 1997 | 04:20 | 002 Hours 30 Minutes | 211112 |
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)
);