Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Traffic Signal and All-Way Stop Study Requests
Tracking system for the Traffic Operations Division to service studies related to the traffic signals and their maintenance.
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 \"cityofnewyork-us/traffic-signal-and-allway-stop-study-requests-w76s-c5u4\".\"traffic_signal_and_allway_stop_study_requests\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata