City of Austin Displacement Risk Areas 2022 — Within 1 mile of Project Connect
Displacement Risk Areas for 2022 but geographically bounded within a 1 mile radius of Project Connect routes and stations. These boundaries guide the investments made by the City of Austin Housing Department.
Full Displacement Risk Areas available here: https://data.austintexas.gov/Locations-and-Maps/City-of-Austin-Displacement-Risk-Areas-2022/t8nv-zcp9/about_data
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/city-of-austin-displacement-risk-areas-2022-within-sbem-y2bn\".\"city_of_austin_displacement_risk_areas_2022_within\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.