Nova Scotia Civic Address File - Addressable Roads
The Civic Addressable Roads dataset is a road network that contains road geometry only where civic addressing exists. The dataset contains civic address information from the Nova Scotia Civic Address File.
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-addressable-roads-xtdd-axm7\".\"nova_scotia_civic_address_file_addressable_roads\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.