Texas Commission on Environmental Quality - Compliance History Report
TCEQ calculates the compliance history mass classification on Sept. 1 each year, which generates compliance history ratings and classifications for all applicable entities. By Nov. 15 these ratings and classifications are then published.
Customers and regulated entities are scored on their performance and assigned a corresponding rating and classification, which range from "High Performer" to "Unsatisfactory Performer". "Unclassified" indicates that there is no information on which to base a rating.
Please refer to the TCEQ Compliance History website for additional information: https://www.tceq.texas.gov/compliance/enforcement/compliance-history
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-mich-cjem\".\"texas_commission_on_environmental_quality\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.