Ward Boundaries for 2021 October 18 General Election
Ward boundaries have been updated for the 2021 General Election. These boundaries will not come into effect until Election Day October 18, 2021.
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 \"calgary-ca/ward-boundaries-for-2021-october-18-general-bxgr-t8xb\".\"ward_boundaries_for_2021_october_18_general\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.