Spring Weight Restrictions - Exempt Roads
This dataset provides the spatial locations of provincial roads that are exempt from Spring Weight Restrictions as they are imposed. For the non-exempt roads please check https://data.novascotia.ca/Roads-Driving-and-Transport/Spring-Weight-Restrictions-Non-exempt-Roads/8xvj-phvi
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/spring-weight-restrictions-exempt-roads-qusm-8w98\".\"spring_weight_restrictions_exempt_roads\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.