Texas Commission on Environmental Quality - NOR Units
This file contains the information about a site's waste management either from onsite generation or received from offsite. The waste management unit (WMU) information includes the site's registration number, the WMU sequence number, and unit type. There may be zero to many WMU records associated to a site and one or multiple waste codes associated to a WMU. For descriptions of the codes on this page, view Appendixes B and C of the Instructions for Notification for Hazardous or Industrial Waste Management at tceq.texas.gov/downloads/permitting/waste-registration/forms/ihw/00002inst.pdf.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"texas-gov/texas-commission-on-environmental-quality-nor-9dej-ik5u\".\"texas_commission_on_environmental_quality_nor\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.