Proposed State Bikeways - Oahu District
This dataset shows the locations of proposed bikeways on the state highway system on the island of Oʻahu. This dataset was developed in 2020. It is updated annually, as needed. Received by the Hawaiʻi Statewide GIS Program from Hawaiʻi DOT, Highways Division September 2022. Data is provided by the State DOT to the GIS Program periodically or as data is updated. For more information about the HDOT Bicycle Program, please visit: https://highways.hidot.hawaii.gov/stories/s/Bicycle-Planning/v4zn-nbn4. For additional information, please refer to metadata at https://files.hawaii.gov/dbedt/op/gis/data/bikeways_state_proposed_oah.pdf or contact Hawaiʻi Statewide GIS Program, Office of Planning and Sustainable Development, State of Hawaiʻi; PO Box 2359, Honolulu, Hi. 96804; (808) 587-2846; email: gis@hawaii.gov; Website: https://planning.hawaii.gov/gis.
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 \"highways-hidot-hawaii-gov/proposed-state-bikeways-oahu-district-nemk-zp52\".\"proposed_state_bikeways_oahu_district\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.