Gentrification Risk Assessment Tool
Assess the potential risk of gentrification for a neighborhood based on key indicators.
Overall Gentrification Risk
Key Contributing Factors
Assessment Summary
Please configure the data in the 'Data Configuration' tab to see the assessment summary.
Economic Indicators
Demographic Indicators
Development & Policy
Key indicators suggest pressure on the housing market, with a rent-to-income ratio of ${rentToIncomeRatio}% and median property values at $${inputs.propertyValue.toLocaleString()}.
Demographic shifts are noted, including a ${inputs.populationChange}% population change over 5 years and an increase in residents with higher education (${inputs.collegeGrads}%).
Development activity, including ${inputs.newConstruction} new housing units and ${inputs.publicInvestment} major public projects, further contributes to the risk profile.
`; } } function downloadPDF() { const { jsPDF } = window.jspdf; const pdf = new jsPDF({ orientation: 'p', unit: 'mm', format: 'a4' }); const contentToPrint = document.getElementById('dashboard-content'); if (!contentToPrint) { console.error("Dashboard content for PDF not found."); return; } // Temporarily add a title for the PDF const pdfTitle = document.createElement('div'); pdfTitle.innerHTML = `Gentrification Risk Assessment Report
Generated on: ${new Date().toLocaleDateString()}
