Special Management Areas
Special Management Areas for the islands of Niihau, Kauai, Oahu, Maui, Molokai, Lanai and Hawaii. Sources and Dates: City and County of Honolulu: October 2021; County of Maui: May 2018 (still current June 2022 per Maui County); County of Hawaii: April 2022; County of Kauai: 1998 (still current June 2022, per Kauai County). For more information, please refer to metadata at https://files.hawaii.gov/dbedt/op/gis/data/sma.pdf or contact the Hawaii Statewide GIS Program at gis@hawaii.gov.
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/special-management-areas-meen-veg7\".\"special_management_areas\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.