Nova Scotia Civic Address File - Civic Points
Province wide dataset of all physical locations which have been assigned a civic number by Municipalities and First Nations Communities.
Data download also available via GeoNova: https://nsgi.novascotia.ca/WSF_DDS/DDS.svc/DownloadFile?tkey=fhrTtdnDvfytwLz6&id=70
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-civic-address-file-civic-points-tntn-er5g\".\"nova_scotia_civic_address_file_civic_points\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.