Enterprise Zones
Enterprise Zones as of March, 2021. Enterprise Zones are authorized under Chapter 209E, HRS, as amended. The governor is authorized to designate up to six enterprise zones per county for a period of twenty years. GIS layer updated April, 2021. Most recent updates: Hawaii (Jan 2020), Maui (Mar 2020) and Honolulu (Mar 2021) Counties. Source: Specific boundary definitions were provided by the Community Economic Development Program, DBEDT and the County planning departments. For additional information, please refer to complete metadata at https://files.hawaii.gov/dbedt/op/gis/data/entzones.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/enterprise-zones-imqn-usp2\".\"enterprise_zones\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.