Coastline
Coastlines of the main Hawaiian Islands, as derived from USGS Digital Line Graphs (DLGs). For additional information, please refer to summary metadata at https://files.hawaii.gov/dbedt/op/gis/data/coastline.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/coastline-4vhm-5rjn\".\"coastline\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.