bloomington-in-gov/intersections-6y6u-a7ke
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 11 months ago

Intersections

<DIV STYLE="text-align:Left;"><DIV><DIV><P STYLE="margin:0 0 0 0;"><SPAN><SPAN>This map data layer represents intersection points within the roadway network for the City of Bloomington, Indiana. It includes source data from the City of Bloomington and Monroe County to create a countywide network. The data set includes non-street intersection points wherever the road network is divided such as changes of jurisdiction, maintenance responsibility, or changes of road type.</SPAN></SPAN></P><P /><P STYLE="margin:0 0 0 0;"><SPAN>Intersections outside the City's mapped area may not be positioned accurately. Attributes for intersections outside the City of Bloomington are updated from information supplied by Monroe County Planning, Monroe County Public Works, and Ellettsville Planning.</SPAN></P></DIV></DIV></DIV>

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/intersections-6y6u-a7ke\".\"intersections\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • intersections