2021 Federal Census: Edmonton Boundaries
A historical snapshot of federal census boundaries as they were on the official census day for the 28th Census of Canada (the 2021 Federal Census).
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 \"edmonton-ca/2021-federal-census-edmonton-boundaries-3np6-c8en\".\"2021_federal_census_edmonton_boundaries\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.