Humpback Whale Sanctuary
These GIS compatible digital files are provided to promote an understanding of the boundaries of each national marine sanctuary. They are based on the legal
definition of each sanctuary as defined in the Code of Federal Regulations, at 15
C.F.R. Part 922 and the subparts for each national marine sanctuary. These digital files are not intended and should not be relied upon for use in navigation or legal purposes. For legal questions relating to the digital files, please contact the NMSP at the information provided in this metadata record. Note: Received corrected/updated version, June, 2020, from Hawaii Coral Reef Initiative (HCRI) and Hawaiian Islands Humpback Whale National Marine Sanctuary (HIHWNMS) staff. The corrected version omits the Kaumalapau Harbor area from the boundary (all small boat and commercial harbors should be excluded from the HIHWNMS boundaries). For additional information, please refer to metadata at https://files.hawaii.gov/dbedt/op/gis/data/humpback_whale_sanctuary.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/humpback-whale-sanctuary-cg4x-jt3w\".\"humpback_whale_sanctuary\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.