Facilities Management - Closed Cells as of November 4th, 2011
A Chart showing Cook County Department of Corrections -- Closed Cells. A closed cell is unable to house inmates.
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 \"datacatalog-cookcountyil-gov/facilities-management-closed-cells-as-of-november-4f5y-kzk6\".\"facilities_management_closed_cells_as_of_november\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.