calgary-ca/traffic-counts-at-permanent-stations-vuyp-sbjp
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 8 days ago
Indexed 5 hours ago

Traffic Counts at Permanent stations

Permanent counts stations are used in trend analysis of traffic patterns around the city. The stations allow us to create seasonal and weekly variations for traffic data so that we can normalize any portable studies that are of short duration.

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-counts-at-permanent-stations-vuyp-sbjp\".\"traffic_counts_at_permanent_stations\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • traffic_counts_at_permanent_stations
     
     
     
     
     
Upstream Metadata