The brief
A city is not the regions its administrators drew. It is the regions people use, and those cross every boundary on the official map. Formal GIS handles space well and place badly: it can tell you which ward a cafe sits in, and nothing about the quarter the cafe belongs to.
PlaceCrafter identifies platial regions, functionally coherent areas that emerge from dense concentrations of particular points of interest, using data OpenStreetMap already holds. The question it answers is how space is used rather than how it was divided.
The insight
The useful decision was to make statistical validation part of the interface rather than a separate step someone might skip.
Clustering POIs and drawing hulls around the result is easy, and it produces convincing pictures whether or not the clusters mean anything. Every region here carries a nearest neighbour index, a silhouette score and a Moran’s I, so the analyst can see the difference between structure and noise before building an argument on it. In the Nottingham case study those numbers, 0.68 and 0.83, are what allow the 18 regions to be reported as findings rather than as suggestions.
The second decision was to leave the algorithm choice with the analyst. Compact formations, density-led shapes and nested hierarchies are genuinely different urban patterns, and a tool that silently picks K-Means for all of them is making a claim about the city on the user’s behalf.
What it does not do
It captures place through the functional coherence of POIs, which is one dimension of a much larger thing. Temporal change and subjective meaning are both absent: this shows where the museums cluster, not what the quarter feels like at 11pm.
The output inherits OSM’s biases. Commercial and tourist features are mapped far more completely than informal or everyday ones, so the regions skew toward what is visible to mappers. Clustering responds to spatial density and tag semantics, neither of which is how a resident draws a boundary.
Planned work runs in the obvious directions: historical analysis to track how platial regions change, multi-comparative views across cities and timeframes, and a qualitative study of how analysts actually read the output.

