City Council Districts
<DIV STYLE="text-align:Left;"><P STYLE="margin:0 0 0 0;"><SPAN><SPAN>This map layer represents the City Council Districts for the City of Bloomington, Indiana. Bloomington contains six representative council districts, numbered one (1) through six (6). Boundaries are set by City ordinance. Districts are based on voting precincts and the municipal boundary. Any additional area annexed by the city are placed in council districts defined by the annexation ordinance. District boundaries may be altered by council action but done rarely other than the redistricting process that follows the Decennial US Census.</SPAN></SPAN></P><DIV><P><SPAN /></P></DIV></DIV>
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 \"bloomington-in-gov/city-council-districts-bbv8-zsj5\".\"city_council_districts\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.