focusconsulting / housing-insights

Bringing open data to affordable housing decision makers in Washington DC. A D3/Javascript based website to visualize data related to affordable housing in Washington DC. Data processing with Python.
http://housinginsights.org
MIT License
58 stars 110 forks source link

Viz: Total Tax Assesed Land Value of all Affordable Properties by Neighborhood Cluster #22

Closed NealHumphrey closed 7 years ago

NealHumphrey commented 7 years ago

For the Preservation the Preservation Network meeting on Tuesday 11/7, we will be asking potential users about their data priorities - which outside data sources are most important to them. To spur thinking about the type of insights they could get by connecting external data sources, we want to show them 2 example visualizations that combine the Preservation Catalog with at least one external data source.

This visualization will combine all entries from the project table with matching entries from the dc_tax table (must use intermediate table of parcel). It will then group these by neighborhood cluster to show the sum total of the assessed land value of the affordable properties in each neighborhood cluster.

Recommended presentation of this data is a side-by-side map-based heatmap and bar chart.

Horizontal Bar:

Map:

This will be a PROTOTYPE graph, so choose your favorite graphing tool and keep in mind that the code will eventually be replaced by D3. Quick and dirty is the way to go. If you already know D3 and think we can get it done in time, that will be the most long term friendly, but a mockup for Tuesday is more important.

Options:

Resources

Work can be split between someone on SQL/data extraction and formatting and a visualization team.

NealHumphrey commented 7 years ago

Live in master and dev!