The ongoing debate about municipal service networks—be it healthcare, libraries, or education—often boils down to a conflict between cost efficiency and local accessibility. When a municipality faces budget constraints or population shifts, the removal of a local school from the service map is a tough decision with deep community roots.
I wanted to shed light on the real-world impact of such choices. So, I ran a simulation using Finnish population and school data. In this article, I step into the shoes of a municipal board tasked with a difficult choice: to identify which two schools to remove from their service network and analyze the human cost of that decision for the children affected.
Children (0-14 years old) population visualized over the are of interest. The higher and greener the hexagon the more the population (going from 0 to 444 children per hexagon).
My base data included:
For every population grid cell, I calculated two key distances:
While financial factors or building condition often dictate school closures, a responsible service network analysis must prioritize minimizing the disruption to children.
This visualization uses arcs (lines) to show the linkage between each population centroid (representing children aged 0–14) and its calculated nearest school in the service network. The color and intensity of an arc indicates the number of children (population density) being served by that particular connection. Brighter, more intense colors (e.g., yellow/orange) highlight areas where a larger number of children must travel to that specific school, often indicating a dense population center or a major school catchment area.
I developed a simplified internal “keep score” to determine the most logical schools for hypothetical removal. This score was based on two criteria, favoring schools whose removal would cause the least disruption:
The schools that scored highest according to these criteria became my two hypothetical candidates for closure. These are the schools whose removal would statistically cause the least immediate disturbance to the service network, as their students already have a relatively close alternative.
After hypothetically removing the two lowest-ranked schools, I looked at the affected population.
My analysis showed that the average bird’s-eye distance for the entire regional child population didn’t increase dramatically. This is because the majority of children live close to schools regardless of which two were closed. However, the impact on the specific children affected was quite significant.
This is where the initial Euclidean distance analysis ends and a more complex one begins. For the children who lost their local school, and whose nearest option is now D2, I had to calculate the real travel impact using a road network analysis.
The results clearly highlighted the compromise: For the affected children (193 children representing 0,75 % of total children population), a convenient shorter journey was often replaced by a travel distance that was two to three times the original (average distance increase 11.7 km). This translates directly into a new daily commute that frequently necessitates a school taxi/bus, significantly impacting their quality of life and time spent in transit.
| Metric | Value | Context/Notes |
|---|---|---|
| Number of Population Grid Points Affected | 32 | 3.15% of all points |
| Number of Children Affected | 193 | 0.75% of total children |
| Average Distance Before Removal | 5.0 km | To current school |
| Average Distance After Removal | 16.7 km | To new nearest school |
| Average Distance Increase | 11.7 km | Doubling/tripling the journey |
While the overall distance average across the region remains low, the increase in distance for a particular group of children is a heavy cost that municipalities must weigh carefully.
My hypothetical analysis proves that data is crucial for minimizing disruption, but it’s never the final word. The ultimate decision on a service network change must incorporate factors outside a purely geographic model.
Going forward, the analysis should also include:
The key takeaway is that every service network decision requires a balance. We need these simulations to quantify the impact on the individual lives of children so that efficiency measures can be implemented with maximum care and minimum compromise.