Market Value Analysis 2015
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN><SPAN>Our Normative Assumptions when Analyzing Markets: </SPAN></SPAN></P><P><SPAN><SPAN>• Public subsidy is scarce and it alone cannot create a market; </SPAN></SPAN></P><P><SPAN>• Public subsidy must be used to leverage, or clear the path for, private investment; </SPAN></P><P><SPAN><SPAN>• In distressed markets, invest into strength (e.g., major institutions, transportation hubs, environmental amenities) – “Build from Strength”; </SPAN></SPAN></P><P><SPAN><SPAN>• All parts of a city are customers of the services and resources that it has to offer; </SPAN></SPAN></P><P><SPAN><SPAN>• Decisions to invest and/or deploy governmental programs must be based on objectively gathered data and sound quantitative and qualitative analysis. </SPAN></SPAN></P><P><SPAN><SPAN>Preparing the MVA:</SPAN></SPAN></P><P><SPAN><SPAN>1. Take all of the data layers and geocode to Census block groups.</SPAN></SPAN></P><P><SPAN><SPAN>2. Inspect and validate those data layers.</SPAN></SPAN></P><P><SPAN><SPAN>3. Using a statistical cluster analysis, identify areas that share a common constellation of characteristics.</SPAN></SPAN></P><P><SPAN><SPAN>4. Map the result.</SPAN></SPAN></P><P><SPAN><SPAN>5. Visually inspect areas of the City for conformity with the statistical/spatial representation.</SPAN></SPAN></P><P><SPAN>6. Re-solve and re-inspect until we achieve an accurate representation.</SPAN></P></DIV></DIV></DIV>
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 \"nola-gov/market-value-analysis-2015-eahd-efws\".\"market_value_analysis_2015\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.