Election Precinct - 2009
This data includes 2009 precincts used for all elections 2010 thru 2011. The purpose of the feature class is to describe and locate election precincts in Cook County, Illinois for general use by the public and business requirements of the Cook County Election Department, the Clerk's Office, and the Illinois Board of Elections.
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/election-precinct-2009-2jm7-izpg\".\"election_precinct_2009\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.