Open repository in Console
Readme
Updated over 4 years ago
‧ Indexed 11 months ago
Traffic Counts for Select Bridges: Beginning 1933
Traffic counts by bridge for 1933 forward for each bridge in the New York State Bridge Authority system.
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 \"ny-gov/traffic-counts-for-select-bridges-beginning-1933-5qpa-id23\".\"traffic_counts_for_select_bridges_beginning_1933\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata