CDC PLACES: Hamilton County Census Tract Data, 2020 Release
Health data from the CDC's 500 cities project expanded to all census tracts. For more information on this project check out the source data here: https://chronicdata.cdc.gov/500-Cities-Places/PLACES-Census-Tract-Data-GIS-Friendly-Format-2020-/yjkw-uj5s
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/cdc-places-hamilton-county-census-tract-data-2020-izcq-5s4b\".\"cdc_places_hamilton_county_census_tract_data_2020\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.