Municipal Contribution To Roads
According to the Provincial Municipal Service Exchange Agreement, municipalities are required to pay the Province for the cost of maintaining of the local roads constructed pre-April 1, 1995. The fees paid by municipalities started at $3,500 per kilometer and is adjusted annually by the CPI for Canada.
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 \"novascotia-ca/municipal-contribution-to-roads-597s-9r3k\".\"municipal_contribution_to_roads\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.