Hamilton County Zip Code Populations
Hamilton county zip codes with population estimates. Data from the ACS and available from the UTC IGT Lab.
https://igtlab.maps.arcgis.com/home/item.html?id=06f4b70e42cf409ba357e4ef73b11d97#overview
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 \"internal-chattadata/hamilton-county-zip-code-populations-kntn-ff4j\".\"hamilton_county_zip_code_populations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.