River Valley - Trail Cautions and Closures
This data-set provides information about what's happening in the River Valley that could impact your enjoyment in using its various facilities and amenities, including: closures, detours, construction, etc.
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 \"edmonton-ca/river-valley-trail-cautions-and-closures-k4mi-dkvi\".\"river_valley_trail_cautions_and_closures\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.