Existing State Sidewalks and Paths
This dataset includes sidewalks and paths along the state highway system. This dataset is derived from the HDOT Highways Division’s LiDAR data. It is updated 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 Pedestrian Master Plan, please visit https://highways.hidot.hawaii.gov/stories/s/Pedestrian-Planning/a6mu-vr5z. For additional information, please refer to metadata at https://files.hawaii.gov/dbedt/op/gis/data/sidewalks_and_paths.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/existing-state-sidewalks-and-paths-jjjn-ddp4\".\"existing_state_sidewalks_and_paths\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.