Suburban Residential Growth (SRG) Policy Infrastructure Lines
This dataset lists growth-oriented capital infrastructure projects that will support future suburban residential growth, and the policies that will be supported by that infrastructure. It includes required capital infrastructure projects for Water, Sanitary, Storm, Transportation and Emergency Response. Duplicate infrastructure may appear when more than one policy is supported by that infrastructure.
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-policy-szyj-edpn\".\"suburban_residential_growth_srg_policy\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.