State Land Use Districts
State Land Use District Boundaries for the 8 main Hawaiian Islands as of December, 2020. Source: State Land Use Commission, Hawaii Statewide GIS Program. Note, Hawaii Statewide GIS Program updated Dockets approved by the State Land Use commission after 2016. The Statewide GIS Program DID NOT process any county State Land Use District Boundary Amendments of LESS THAN 15 acres that took place after 2016. The State Land Use Districts depicted in these files are not official and are merely representations for presentation purposes only. A determination of the official State Land Use District Boundaries should be obtained through the State Land Use Commission. For additional information, please refer to complete metadata at https://files.hawaii.gov/dbedt/op/gis/data/slud.pdf or contact 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/state-land-use-districts-v74t-95vk\".\"state_land_use_districts\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.