High Wycombe garden infill MVP

Project notes

This page explains the current build in plain terms: what it does, what data it uses, how the data is combined, and what still needs work.

Open the map and candidate list

Summary

Garden subdivision / small residential infill was chosen as the first MVP template because it can be tested with mostly open geospatial data and a clear set of measurable rules.

Why High Wycombe

High Wycombe was chosen because it has a useful mix of property stock and data availability for this first test.

Current scope

What the app shows

How it is built

Data sources

HM Land Registry INSPIRE Index Polygons
Indicative freehold parcel geometry.
OS OpenMap Local Buildings
Building footprints used to estimate remaining open land inside a parcel.
OS Open Roads / road geometry
Used to estimate road frontage and infer the front of a plot.
planning.data.gov.uk constraints
Used for constraint checks such as conservation areas, Article 4 directions, green belt, flood risk and related planning layers where available.
HM Land Registry Price Paid Data
Used as a rough local value signal from nearby historic sales.
Buckinghamshire planning history
Used, where available, to estimate comparable approval rates. Coverage still needs checking and cleaning.

Candidate logic

  1. Load and clip source datasets to the High Wycombe area.
  2. Start from parcel polygons.
  3. Subtract building footprints from each parcel.
  4. Estimate rear-garden area using road-facing frontage and a front-setback heuristic.
  5. Measure parcel area, garden area, garden width, frontage and likely access type.
  6. Check whether known planning constraints intersect the parcel.
  7. Calculate a score from garden size, access, likely dwelling fit, approval signal and value signal.
  8. Expose the results to the frontend as rows for the list and GeoJSON for the map.

Scoring fields

AI functionality

The core candidate selection is rule-based geospatial processing. AI is used around that process, not as the source of the parcel geometry or scoring.

In this MVP, the visible AI output is the rationale field shown on candidate cards where it has been generated. The ranking itself comes from the measured fields and scoring rules.

Known gaps

Next useful improvements