Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Bikeways
Explore detailed spatial data on bike lanes and routes, which highlight centerlines in Bloomington that include various means of delineating bicycle traffic. This dataset includes information on the spatial distribution and attributes of bike lanes, shared bike lanes, and signed bike routes, facilitating analysis and planning efforts to enhance the safety and efficiency of mixed-use transportation corridors.
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/bikeways-7xga-b2w7\".\"bikeways\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.