HUD LIHTC
HUD Low Income Housing Tax Credit (LIHTC) projects shapefile.
This dataset in the shapefile format contains geo-located points of projects in the City of Dallas that have used the Low-Income Housing Tax Credit Program available through the Department of Housing and Urban Development. These data were used as a primary dataset to generate the Percent Subsidized factor in the MVA.
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 \"dallasopendata/hud-lihtc-mttv-afq4\".\"hud_lihtc\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.