Formal Enforcement Case Summaries 2021-Present
Formal Enforcement Case Summaries between 2021(Oct. 2021)-Present
Formal enforcement summaries provide a brief description of violations, civil penalties and/or supplemental environmental projects, as appropriate, and a link to the enforcement document.
In the past, DEEP has included administrative consent orders when providing enforcement summaries. Since 2019, DEEP has included the following formal enforcement actions in addition to consent orders: cease and desist orders, unilateral orders, and stipulated judgments. Since 2022, DEEP lists all formal enforcement actions, including consent orders, unilateral orders (includes cease and desist and red tags), penalty notices, stipulated judgements, asset forfeitures, contempt orders, federal consent decrees, federal court orders, settlement agreements, and state court orders on the CT Open Data Portal. Use filters such as town, date, or program for reviewing the data.
Red Tags orders are administered by our DEEP UST Enforcement and can be found separately on the CT Open Data Portal. In the CT Open Data Portal, go to Underground Storage Tanks (USTs) - Enforcement Summary, https://data.ct.gov/Environment-and-Natural-Resources/Underground-Storage-Tanks-USTs-Enforcement-Summary/sfgx-68fy, select view data and filter by type.
For further information on a formal enforcement action, please contact the Office of Planning and Program Development (OPPD) at DEEP.OPPD@ct.gov.
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 \"ct-gov/formal-enforcement-case-summaries-2021present-t2bf-45ba\".\"formal_enforcement_case_summaries_2021present\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.