Strategic Measure_EOA.B.3 Number and percentage of Census tracts meeting criteria for R/ECAP
This is a historical measure from Strategic Direction 2023.
Racially/Ethnically Concentrated Areas of Poverty (R/ECAPs) must have a non-white population of 50 percent or more. Regarding the poverty threshold, neighborhoods of extreme poverty are census tracts with 40 percent or more of individuals living at or below the poverty line. Calculation involved totaling the number and percentage of tracts that are meet criteria for RECAP. Learn more about the HUD RECAP calculation process here: http://hudgis-hud.opendata.arcgis.com/datasets/56de4edea8264fe5a344da9811ef5d6e_0. Data collected from the HUD portal
View more details and insights related to this measure on the story page: https://data.austintexas.gov/stories/s/qn7g-mcec
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/strategic-measureeoab3-number-and-percentage-of-vun7-hgq5\".\"strategic_measureeoab3_number_and_percentage_of\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.