Nova Scotia Power Grant In Lieu
The Nova Scotia Power Privatization Act authorizes the Minister of Municipal Affairs and Housing to distribute monies (which it receives from Nova Scotia Power Inc. as payments in lieu of municipal taxes) to the municipalities. The Province use the NSPI assessments from the Property Valuation Services Corporation to calculate each municipality's share of total NSPI assessment.
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/nova-scotia-power-grant-in-lieu-55vh-eiuw\".\"nova_scotia_power_grant_in_lieu\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.