bloomington-in-gov/traffic-signals-t4vk-k9jk
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 days ago
Indexed 2 hours ago

Traffic Signals

This map data layer contains intersection points with traffic signals inside the City of Bloomington, Indiana. It is a subset of the Intersections data set. It also contains signals outside the City of Bloomington and inside the city that are maintained by other agencies. The data set includes traditional traffic signals along with pedestrian hawk signals. Information on signals not maintained by the City of Bloomington may not be accurate or maintained as timely as City managed intersections.

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 \"bloomington-in-gov/traffic-signals-t4vk-k9jk\".\"traffic_signals\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • traffic_signals