2021 Federal Census: Neighbourhoods as of Official Census Day
A historical snapshot of neighbourhood boundaries as they were on the official census day for the 28th Census of Canada (the 2021 Federal Census).
The associated datasets are at:
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-neighbourhoods-as-of-official-5bk4-5txu\".\"2021_federal_census_neighbourhoods_as_of_official\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.