2022 Disproportionately Impacted Areas
This dataset lists census tracts that are recommended for identification as disproportionately impacted areas, according to Public Act 21-1, An Act Concerning Responsible and Equitable Regulation of Adult-Use Cannabis. "Disproportionately impacted area" means a census tract in the state that has a historical conviction rate for drug-related offenses greater than one-tenth, or an unemployment rate greater than ten percent, as determined by the Social Equity Council.
This list of disproportionately impacted areas is expected to be considered by the Social Equity Council at the October 18, 2022 meeting.
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/2022-disproportionately-impacted-areas-pfi6-qkj2\".\"2022_disproportionately_impacted_areas\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.