Voting Subdivisions (effective October 16, 2017)
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. The new voting subdivisions will come into effect on Election Day (October 16) 2017. At that time, this dataset will be removed and the new voting subdivisions will be reflected in the existing Voting Subdivisions dataset.
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-effective-october-16-2017-y2j4-jpw3\".\"voting_subdivisions_effective_october_16_2017\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.