Strategic Measure_Number of persons experiencing homelessness - Annual Sheltered HMIS Count
This dataset provides information on individuals experiencing sheltered homelessness in the Austin/Travis County Continuum of Care (CoC) in a given fiscal year. "Sheltered" homelessness refers to individuals residing in emergency shelter, safe haven, or transitional housing project types. This measure overlaps, but is different from, the Point in Time (PIT) Count (SD23 Measure EOA.E.1a), which is a snapshot of both sheltered and unsheltered homelessness on one night in January.
Data Source: The data for this measure was reported to the City of Austin by the Ending Community Homelessness Coalition (ECHO). Each year, ECHO, as the homeless Continuum of Care Lead Agency (CoC Lead), aggregates and reports community wide data (including this measure) to the Department of Housing and Urban Development (HUD). This data is referred to as System Performance Measures as they are designed to examine how well a community is responding to homelessness at a system level.
View more details and insights related to this data set on the story page: https://data.austintexas.gov/stories/s/2ejn-hrh2
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-measurenumber-of-persons-experiencing-fwpe-a3rv\".\"strategic_measurenumber_of_persons_experiencing\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.