Oahu Roads
Street Centerlines for the Island of Oahu as of May 2021. Source: Hawaii Statewide GIS staff downloaded from Honolulu Land Information System, May 20, 2022. Street network of Oahu, contains both non-military and military streets. Provides a foundation for routing applications and geocoding essentials used by the City's first responders. Purpose is to support common geographic and network analysis, routing and base mapping for City staff, Emergency Management, Homeland Security and Public Safety organizations.This layer includes data provided to the City by various military branches; but updates to the military streets are infrequent.To obtain the latest version of the Oahu Street Centerline layer, users should visit the HOLIS Open Geospatial Data Portal at https://honolulu-cchnl.opendata.arcgis.com/. For additional information, please refer to complete metadata at https://files.hawaii.gov/dbedt/op/gis/data/streets_oah.pdf or contact the Hawaii Statewide GIS Program, Office of Planning and Sustainable Development, State of Hawaii; 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/oahu-roads-bgcd-jwx4\".\"oahu_roads\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.