Rmp Facility
Data license: ODbL · Data source: EDGI Cloud Portal
1 row where facility_address = "300 Main Street" and facility_name = "Blencoe, IA 100"
This data as json, CSV (advanced)
| epa_facility_id ▼ | report | facility_name | facility_address | city | state | county | zip | facility_duns | latitude | longitude | receipt_date | report_created_date | popup |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 100000146601 | Report | Blencoe, IA 100 | 300 Main Street | Blencoe | IA | Monona | 51523 | 54130208.0 | 41.928889 | -96.082511 | June 2024 | 11/28/2024 | Blencoe, IA 100 300 Main Street, Blencoe, IA 51523 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE rmp_facility (
epa_facility_id TEXT PRIMARY KEY,
report TEXT,
facility_name TEXT,
facility_address TEXT,
city TEXT,
state TEXT,
county TEXT,
zip TEXT,
facility_duns TEXT,
latitude REAL,
longitude REAL,
receipt_date TEXT,
report_created_date TEXT
, popup TEXT);