Moderate Income Housing Units (MIHU) - Fee-In-Lieu
When owners or developers subdivide their land in certain zoning areas, they can pay a fee instead of providing MIHU units. This data reveals the subdivisions that paid fees on how many lots in which zoned areas.
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 \"opendata-howardcountymd-gov/moderate-income-housing-units-mihu-feeinlieu-fuvk-pnw3\".\"moderate_income_housing_units_mihu_feeinlieu\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.