Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
Edge of Pavement
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This map data layer represents the edge of pavement of roadways for the City of Bloomington, Indiana. It was created and updated from aerial photography. Continual updates are made as needed. It includes paved roads, gravel roads, and bridges. It includes some improved alleys, access drives, travel lanes, and other miscellaneous road features. Features may be identified as coincident to building and parking structures.</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/edge-of-pavement-4npn-ujt9\".\"edge_of_pavement\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.