Suburban Residential Growth (SRG) Forecast
This dataset provides information of historical absorption and a five year forecast within the planning sectors produced by Growth Analytics for the purposes of the Suburban Residential Growth Project.
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/suburban-residential-growth-srg-forecast-e7ib-v9n4\".\"suburban_residential_growth_srg_forecast\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.