Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
City Maintained Streets
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This map data layer represents the centerline of roadways for the City of Bloomington, Indiana. It includes source data from the City of Bloomington and Monroe County to create a countywide network. It includes public roads, named private roads, major multi-use trails, and proposed roadways to be constructed. Centerlines outside the City's mapped area may not be positioned accurately. Attributes for centerlines 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/city-maintained-streets-bb3b-6hg6\".\"city_maintained_streets\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.