Open repository in Console
Readme
Updated 1 day ago
‧ Indexed 4 hours ago
Traffic Cameras
View up-to-the-minute traffic camera images of current road conditions on major routes as well as other key intersections. These cameras are solely for traffic monitoring and not enforcement. Camera footage is not recorded. Cameras can be down for maintenance or in the case of collisions, to protect the identity of those involved.
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 \"calgary-ca/traffic-cameras-k7p9-kppz\".\"traffic_cameras\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata