BikewaysScored
Generated as part of the 2011 San Mateo County Pedestrian and Bicycle Plan. Bikeways are classified by status and facility type. Score attributes reflect the scores given according to each criteria in the prioritization. This is a spatial data set.
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 \"performance-smcgov/bikewaysscored-mvy9-g85v\".\"bikewaysscored\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.