Heat Related Deaths by Census Tract
Information about heat related deaths in Mesa as reported by County Public Health Department. Census tract geometry and centroid added by Mesa. AC Status grouped by Mesa based on AC Status - County values. See also <b><a href="https://citydata.mesaaz.gov/Community-Services/Heat-Related-Deaths-and-Demographics/p3s3-kaew/about_data">Heat Related Deaths and Demographics</b></a> which includes additional victim demographic totals by zip code.
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 \"citydata-mesaaz-gov/heat-related-deaths-by-census-tract-xfen-ktqy\".\"heat_related_deaths_by_census_tract\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.