Facility Accidents View
Data license: ODbL · Data source: EDGI Cloud Portal
2 rows where city = "Texas City" and facility_address = "1201 Loop 197 South"
This data as json, CSV (advanced)
| id ▼ | facility_accident_id | accident_id | facility_id | facility_name | facility_address | city | state | county | date_of_accident | time_accident_began | release_duration | naics_code | chemical_names | latitude | longitude | popup |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 785 | 100000107886_1 | Accident 1 | 100000107886 | Valero Refining - Texas, L.P. | 1201 Loop 197 South | Texas City | TX | Galveston | August 2022 | 03:45 | 001 Hours 30 Minutes | 32411 | Isopentane [Butane, 2-methyl-], Isobutane [Propane, 2-methyl], Propane, Propylene [1-Propene], Hydrogen fluoride/Hydrofluoric acid (conc 50% or greater) [Hydrofluoric acid], Butane, Hydrogen, Flammable Mixture, Pentane, Butene, 1,3-Butadiene, Ethane, Methane | 29.368952 | -94.911332 | {"title":"Valero Refining - Texas, L.P.","description":"1201 Loop 197 South, Texas City, TX Galveston","link":"/risk-management-plans/facility_accidents_view/785"} |
| 786 | 100000107886_2 | Accident 2 | 100000107886 | Valero Refining - Texas, L.P. | 1201 Loop 197 South | Texas City | TX | Galveston | April 2018 | 16:51 | 022 Hours 09 Minutes | 32411 | Isopentane [Butane, 2-methyl-], Isobutane [Propane, 2-methyl], Propane, Propylene [1-Propene], Hydrogen fluoride/Hydrofluoric acid (conc 50% or greater) [Hydrofluoric acid], Butane, Hydrogen, Flammable Mixture, Pentane, Butene, 1,3-Butadiene, Ethane, Methane | 29.368952 | -94.911332 | {"title":"Valero Refining - Texas, L.P.","description":"1201 Loop 197 South, Texas City, TX Galveston","link":"/risk-management-plans/facility_accidents_view/786"} |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE facility_accidents_view (
id INTEGER PRIMARY KEY AUTOINCREMENT,
facility_accident_id TEXT,
accident_id TEXT,
facility_id TEXT,
facility_name TEXT,
facility_address TEXT,
city TEXT,
state TEXT,
county TEXT,
date_of_accident TEXT,
time_accident_began TEXT,
release_duration TEXT,
naics_code TEXT,
chemical_names TEXT,
latitude REAL,
longitude REAL
, popup TEXT);
CREATE INDEX idx_accident_id ON facility_accidents_view(facility_accident_id);