Market Value Analysis (MVA) 2020
The Market Value Analysis uses local data sources to help describe and categorize local housing markets in Kansas City at the block group level. For more information on the MVA methodology and use, see here: https://www.kcmo.gov/city-hall/departments/city-planning-development/market-value-analysis-kansas-city-missouri
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 \"kcmo/market-value-analysis-mva-2020-qhqc-4mi2\".\"market_value_analysis_mva_2020\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.