Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
Build Nova Scotia Pedestrian Counts
This information is taken from pedestrian counters placed along the Halifax Waterfront at the following locations: Boardwalk North (44.6512 N, 63.57267 W), Cable Plaza (44.64897 N 63.57134 W), Summit Boardwalk (44.64671 N 63.56991 W), and Bishop’s Landing Boardwalk (44.64482 N 63.56817 W). Historical data from a former pedestrian counter at Foundation Place/Salter (44.64595 N 63.56926 W) are also included.
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/build-nova-scotia-pedestrian-counts-uay6-b5rr\".\"build_nova_scotia_pedestrian_counts\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata