Oakland Bike Wayfinding Projects
To download a projected shapefile of this dataset, please click "Download Projected Shapefile: Oakland Bike Wayfinding Projects" under "Attachments" below.
This data includes the status of projects to implement Oakland's bicycle wayfinding sign system; http://www2.oaklandnet.com/oakca1/groups/pwa/documents/report/oak025118.pdf. Projects are constructed by corridor. Additional corridors from the update of Oakland's bicycle plan (July 2019) have not yet been included. Corridor projects prior to 2008 which include a different sign type are not shown on this map.
Data current through June 30, 2024 and last updated September 24, 2024.
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-bike-wayfinding-projects-6y7m-8j4y\".\"oakland_bike_wayfinding_projects\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.