Oakland Slow Streets Program
Last updated July 8, 2020.
This dataset includes street segments included in the City of Oakland Slow Streets Program. This program started with a pilot effort launching Saturday, April 11th with "soft closures" including signage, traffic cones and barricades. It began with candidates streets identified as existing or proposed neighborhood bike routes in Oakland's Bike Plan and later inclueded other streets.
More information at https://www.oaklandca.gov/projects/oakland-slow-streets.
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 \"oaklandca-gov/oakland-slow-streets-program-vg6t-ire2\".\"oakland_slow_streets_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.