home / risk_management_plans

Facility Accidents View

Data table with 1,554 records and 17 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

1 row where city = "Geismar" and facility_address = "Highway 75 Avenue E"

✎ View and edit SQL

This data as json, CSV (advanced)

facility_name 1

  • Linde - Geismar, LA 1

facility_address 1

  • Highway 75 Avenue E · 1 ✖

city 1

  • Geismar · 1 ✖
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
1078 100000144426_1 Accident 1 100000144426 Linde - Geismar, LA Highway 75 Avenue E Geismar LA Ascension June 2023 14:05 000 Hours 05 Minutes 32512 Formaldehyde (solution), Ammonia (anhydrous), Methane, Hydrogen, Flammable Mixture 30.199444 -91.013333 {"title":"Linde - Geismar, LA","description":"Highway 75 Avenue E, Geismar, LA Ascension","link":"/risk-management-plans/facility_accidents_view/1078"}

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 2002.467ms · Data license: ODbL · Data source: EDGI Cloud Portal