Voting Subdivisions
The voting subdivision defines the area served by a voting station which is where an elector casts his/her vote. It is an area of a local jurisdiction or ward designated as a voting subdivision by the Returning Officer. The Returning Officer may divide the local jurisdiction into voting subdivisions and may alter their boundaries.
Related information: Visit Elections Alberta website
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/voting-subdivisions-rrgu-vddg\".\"voting_subdivisions\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.