Texas Commission on Environmental Quality - Administrative Orders Issued
This is data represented in the Annual Enforcement Report, pursuant to Texas Water Code Section 5.126, and published each December following the end of the fiscal year. The TCEQ has authority to issue administrative orders, as opposed to civil or criminal orders issued in court. Administrative orders are TCEQ orders enforcing or directing compliance with any provisions whether of statutes, rules, regulations, permits, licenses, or orders that we are authorized by law to enforce or with which we are authorized by law to compel compliance.
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-u66a-qggj\".\"texas_commission_on_environmental_quality\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.