Texas Commission on Environmental Quality - NOR Universal Waste Activity
Notices of Registration (NOR) Universal Waste Activity.
This file contains the universal waste information for a site including the registration number, Large Quantity Handler (LQH) Indicator, Universal Waste Type being managed, Destination Facility Indicator. The file only includes sites that have a non-null value for either UNIV_WST_LRG_QTY_HAND_FLG and/or UNIV_WST_DEST_FAC_FLG. The output should be ordered by SWR number.
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-hguh-5ceb\".\"texas_commission_on_environmental_quality_nor\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.