Equity Analysis Zones 2021
Based on the Equity Analysis Zones_2021 feature layer in ArcGIS. For description, please see:
https://austin.maps.arcgis.com/home/item.html?id=0a095a37ea8a4eb8b835a888f00ef53f
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 \"datahub-austintexas-gov/equity-analysis-zones-2021-fk5u-bfei\".\"equity_analysis_zones_2021\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.