Watershed Partnerships
Watershed Partnerships and Alliances as of October 2022. Watershed Partnership and Alliances is part of Native Ecosystem Protection & Management (NEPM) under Division of Forestry and Wildlife (DOFAW). It is a voluntary alliances of public and private landowners committed to the common value of protecting forested watersheds for water recharge and other ecosystem services through collaborative management. For additional information, please refer to metadata at https://files.hawaii.gov/dbedt/op/gis/data/watershed_partnerships_summary.pdf or contact the Hawaii Statewide GIS Program, Office of Planning amd 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/watershed-partnerships-7pru-rbgy\".\"watershed_partnerships\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.