Final Course Project
Flying Around Real Estate Development: Persuading with Data Visualizations
Project Overview
The final project is an individual assignment that challenges you to apply data visualization principles to address a complex business decision with competing considerations. You will work with the case study “Flying Around Real Estate Development: Persuading with Data Visualizations” (UVA-BC-0285) to demonstrate your mastery of persuasive visualization and storytelling with data.1
The Business Challenge
You are Logan Clausen, a project manager at Pitchard Development Company (PDC), a boutique real estate development firm in San Francisco. You have identified a promising mixed-use development opportunity near a municipal airport. However, the proximity to the airport raises critical questions:
- Does airport proximity increase or decrease property value?
- How do noise levels (measured in CNEL decibels) impact housing prices?
- Are there market segments that actively seek airport proximity?
- How can you persuasively communicate the opportunity (or risk) to stakeholders?
Your task is to analyze benchmark data from two comparable California airports (Salinas and Watsonville Municipal Airports) and create compelling visualizations that support a clear recommendation about the development opportunity. The data, in Excel format, are available in the data directory of SMM635’s GitHub repository (see file real_estate.xlsx).
Learning Objectives
Through this project, you will:
- Apply persuasive visualization techniques to support business recommendations
- Design for multiple audiences with different backgrounds and information needs
- Handle multidimensional data (price, distance, noise levels, time)
- Create narrative flow that guides stakeholders through your analysis
- Balance analytical rigor with clarity for non-technical audiences
- Make defensible design choices grounded in visualization principles
Case Questions to Address
Your analysis must answer the following:
Deliverables
1. Executive Presentation (Primary Deliverable)
Create a professional presentation (PDF format) that includes:
- Executive Summary (1 slide): Your recommendation and key findings
- Context & Business Problem (1-2 slides): Situation overview
- Data & Methodology (1-2 slides): Brief description of your analytical approach
- Visual Analysis (6-10 slides): Your data visualizations with insights
- Recommendation (1-2 slides): Clear action items and risk/opportunity assessment
- Appendix (optional): Additional supporting analyses
Specifications:
- Maximum 15 slides (excluding title and appendix)
- Minimum 6 visualizations, maximum 12
- Each visualization must be purposeful and support your narrative
- Professional design consistent with business context
- Audience: PDC partners (technical literacy varies) and potential investors
2. Technical Report (Supporting Document)
A written report (1,000 words) containing:
- Introduction: Business context and analytical objectives
- Data Description: Variables, ranges, potential limitations
- Methodology: Analytical approach and design choices
- Findings: Detailed analysis supporting each visualization
- Design Rationale: Justification for your visualization choices based on course principles
- Limitations & Assumptions: What your analysis cannot answer
- Conclusion: Synthesis and recommendation
3. Reproducible Code
Well-documented code that:
- Loads and preprocesses the datasets
- Performs all analyses
- Generates all visualizations in your presentation and report
- Includes clear comments explaining each step
- Runs without errors (provide clear setup instructions)
Accepted languages: Tableau,2 R, Python
4. README File
A markdown file explaining:
- How to set up the environment (packages/libraries needed)
- How to run your code
- Description of output files
- Any known issues or dependencies
Data Description
You will work with two datasets:
Salinas Municipal Airport Dataset
- Properties analyzed: Houses at varying distances from terminal
- Distance range: 0.64 to 3.67 miles from terminal
- Noise categories:
- ≥60 dB CNEL
- 55-60 dB CNEL
- <55 dB CNEL
- Variables: Property values, distances, noise levels, time series data
Watsonville Municipal Airport Dataset
- Properties analyzed: Houses at varying distances from terminal
- Distance range: 0.71 to 2.02 miles from terminal
- Noise categories:
- ≥65 dB CNEL
- 60-65 dB CNEL
- <60 dB CNEL
- Variables: Property values, distances, noise levels, time series data
Visualization Requirements
Mandatory Visualizations
Your analysis must include at least:
- One visualization showing the relationship between distance and property value
- One visualization showing the relationship between noise levels and property value
- One comparative visualization contrasting Salinas and Watsonville
- One multidimensional visualization integrating 3+ variables
Design Principles to Demonstrate
Your visualizations should showcase:
Tools
You may use any combination of:
- R: ggplot2, plotly, shiny, patchwork, gganimate
- Python: matplotlib, seaborn, plotly, altair, bokeh
- Tableau: For interactive components (export to PDF for submission)
- Design tools: Illustrator, Figma for final polish (optional)
Submission Requirements
What to Submit
Upload a single compressed folder (.zip or .tar.gz) named LastName_FirstName_FinalProject containing:
LastName_FirstName_FinalProject/
├── presentation.pdf # Executive presentation (required)
├── report.pdf # Technical report (required)
├── code/ # All code files
│ ├── analysis.R (or .py, .tbm)
│ ├── visualizations.R (or .py, .tbm)
│ └── utils.R (optional helper functions)
├── data/ # Processed data (if applicable)
│ └── processed_data.csv
├── figures/ # Generated visualizations
│ ├── figure1.png
│ ├── figure2.png
│ └── ...
└── README.md # Setup and execution instructions
Where to Submit
- Platform: Moodle (Final Course Project submission link)
- Deadline: December 1, 2025, 15:59 PM
Evaluation Criteria
Your project will be assessed on:
Visualization Quality (40%)
- Appropriateness: Chart types match data and questions
- Design excellence: Professional, polished, clear
- Insight generation: Visualizations reveal meaningful patterns
- Technical execution: Accurate, honest representation
- Accessibility: Considerate of diverse audiences
Analytical Rigor (25%)
- Depth of analysis: Thorough exploration of relationships
- Methodology: Sound analytical approach
- Critical thinking: Consideration of confounds and limitations
- Data handling: Appropriate preprocessing and transformations
Storytelling & Persuasion (20%)
- Narrative flow: Logical progression of ideas
- Clarity of recommendation: Clear, actionable conclusions
- Audience awareness: Appropriate for PDC partners and investors
- Persuasiveness: Compelling case supported by evidence
Technical Quality (10%)
- Code quality: Clean, documented, reproducible
- Completeness: All deliverables present and functional
- Documentation: Clear README and comments
Professionalism (5%)
- Presentation polish: Executive-ready materials
- Writing quality: Clear, concise, error-free
- Organization: Well-structured submission
Getting Started
Step 1: Understand the Context
- Read the case study carefully
- Research real estate development and airport proximity effects
- Understand CNEL and NDI measurements
- Identify your key stakeholders and their concerns
Step 2: Explore the Data
- Load and examine both datasets
- Check for data quality issues
- Calculate summary statistics
- Create exploratory visualizations (not for final submission)
- Identify interesting patterns and relationships
Step 3: Develop Your Argument
- Form a hypothesis about the development opportunity
- Identify what evidence you need to support it
- Design visualizations that reveal this evidence
- Consider counterarguments and alternative explanations
- Sketch your narrative arc
Step 4: Create & Refine
- Build your visualizations
- Write your report and presentation
- Iterate based on self-critique
- Test with a peer (optional but recommended)
- Polish and finalize
Resources & Support
Office Hours
- When: Wednesdays 15:00-17:00, or by appointment
- Where: Faculty office or online (schedule via email)
- What to discuss: Methodology, design feedback, technical issues
Recommended Readings
Revisit course materials on:
- Week 1: Design principles and visual perception
- Week 2: Grammar of graphics and visual encodings
- Week 4: Multidimensional data visualization
- Week 5: Storytelling with data
- Essential texts: Tufte (graphical excellence), Cairo (functional art), Healy (practical visualization)
Academic Integrity
Success Tips
Frequently Asked Questions
Q: Can I use interactive visualizations? A: Yes, but your final presentation must be a PDF. You can include static screenshots of interactive visualizations with annotations explaining the interactive features.
Q: How technical should the presentation be? A: Balance is key. Your audience includes both technical and non-technical stakeholders. Explain concepts clearly without oversimplifying or using jargon unnecessarily.
Q: Should I recommend for or against the development? A: Either conclusion can be correct if well-supported by evidence. The quality of your reasoning and visualization matters more than your specific recommendation.
Q: Can I use external data sources? A: No. Use only the provided Salinas and Watsonville datasets. You may reference external information for context (e.g., NDI research) but not add external data to your analysis.
Q: What if I find data quality issues? A: Document them in your limitations section and explain how you handled them. Real-world data is messy.
Q: How many visualizations should I include? A: Quality over quantity. 6-10 excellent visualizations that tell a coherent story are better than 15 mediocre ones.
Q: Can I work with others? A: This is an individual project. You may discuss general concepts but all analysis, code, and visualizations must be your own original work.
This project is your opportunity to demonstrate mastery of data visualization principles in a realistic business context. Focus on creating visualizations that don’t just show data, but reveal insights and persuade stakeholders. Good luck!