-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Neet Madan edited this page Aug 3, 2025
·
1 revision
This project explores the spatial prediction of car dependency in England using socio-demographic, socio-economic, and built environment dataβincluding urban form metrics. Machine learning models (Lasso Regression & Random Forest) were applied across 6,791 MSOAs (Middle Super Output Areas) in England.
Urban design influences mobility patterns. This project studies how urban morphologyβquantified using geospatial data and momepy
βcontributes to car dependency in England.
- Understand car dependency using traditional factors.
- Assess urban form as a standalone predictor.
- Analyze combined effects of all factors.
- RQ1: Can socio-demographic, socio-economic, and built environment factors predict car dependency?
- RQ2: Can urban form alone predict car dependency?
- RQ3: When controlling for traditional factors, do urban form metrics significantly improve predictive accuracy?
- Car Ownership: Department for Transport (DFT) β LSOA level β Car license registrations
- Socio-Demographic & Economic: Office for National Statistics β LSOA level β Age, education, income, household composition
- Urban Form: OpenStreetMap + momepy β MSOA level β 68 metrics for buildings, plots, and streets
- Accessibility: National Audit Office (NAO) β LSOA level β Journey times to services via public transport
-
Dependent Variable: Car by population (
car_by_pop
) - Independent Variables:
- 27 traditional features (e.g., age, income, education, accessibility)
- 68 urban form metrics (e.g., building elongation, street openness)
- All features standardized and aggregated to MSOA level.
- Techniques: Lasso Regression (interpretable, handles multicollinearity) & Random Forest (non-linear modeling)
- Validation: Spatial K-Fold Cross Validation (K=4) using K-Means clustering
- Evaluation Metric: RΒ² Score
Model | Lasso RΒ² | Random Forest RΒ² |
---|---|---|
Model 1 (Traditional only) | 0.80 | 0.783 |
Model 2 (Urban Form only) | 0.71 | 0.76 |
Model 3 (All Features) | 0.81 | 0.80 |
- Urban form alone explains ~70% of car dependency variance.
- Urban form adds ~1% predictive power when combined with other features.
- London was consistently the most difficult region to predict accurately.
Top urban form predictors:
- Cell Alignment (stbCeA): High misalignment = higher car dependency
- Street Openness (sdsSPO): More open streets = lower walkability β higher car usage
- Street Height Profile (sdsSPH): Lower street profile = suburban/rural typology β more car reliance
Urban form reflects architectural styles:
- Modernist/Suburban: Higher car dependency
- Compact/Traditional/Urban: Lower car dependency
- Urban form is a powerful predictor of car dependency.
- It provides additional predictive value beyond traditional socio-economic data.
- Urban planning using morphometrics can inform sustainable transport policy.
- Expand to temporal models (longitudinal prediction).
- Incorporate neural networks or ensemble models while preserving interpretability.
- Extend to other UK regions and integrate vehicle type analysis.
- Study causality in urban form vs. car usage.