Münster Multimodal Accessibility Analysis

Where the Bicycle Network Picks Up Where Walking Stops

A full-network QGIS study of Münster — Germany's cycling capital — combining GTFS bus-route frequency analysis with 400m network-based walkability service areas for three amenity categories (commercial, education, health), overlaid on the city's bicycle network to see where cycling bridges the walkability gap.
QGIS (Network Analysis toolbox) GTFS (Stadtwerke Münster) Python (GeoPandas) Leaflet
Setup

13 Postal Districts, 3 Amenity Categories, 1 Transit Network

Stadtwerke Münster's full GTFS feed (routes, trips, stop times, shapes) was mapped and classified by trip frequency, then QGIS's Network Analysis toolbox computed 400m walking-distance service areas from every commercial POI, school, and health facility against the city's OSM footpath network — the same network-distance technique as the companion Dortmund walkability study, applied here across three amenity types instead of two.

Postal districts13 (48143–48167) Bus routes mapped90+ (GTFS shapes) Amenity categoriesCommercial · Education · Health Walking threshold400 m
01 — Bus Network & Frequency

A Radial Network, Frequency Concentrated on a Few Corridors

Every GTFS route shape was mapped and classified into five frequency bands by trip count. Route 408 is the single busiest corridor in the network at 1,934 trips; a cluster of purely local/special routes (7, 12, 104, 105, 109, 112) run only 5 trips each. The dense core, radial spoke structure, and periphery drop-off are visible directly in the network geometry.

Map of all GTFS bus route shapes in Munster, color coded by route id, radiating from a dense central core
All mapped GTFS route shapes, color-coded by route ID
Map of Munster bus routes classified by trip frequency into five bands from 2-386 to 1695-1934 trips, showing high frequency corridors radiating from downtown
Routes classified by trip frequency (2–386 through 1,695–1,934 trips)
RouteTripsRouteTrips
4081,9341125
111,7511095
41,7341055
61,7121045
4201,4451802

High-frequency routes create strong linear accessibility along a handful of major corridors radiating from the center, rather than uniform area coverage — the classic radial-network tradeoff. Peripheral postal codes are served by fewer, lower-frequency routes, increasing transfer dependence and wait times.

Map of bus stops colored and sized by their position in route sequences, showing high sequence numbers concentrated at outer termini
Bus stops by sequence position within their routes — outer termini reach sequence 51–64
02 — Multimodal Overlay

The Bicycle Network Is the Backbone Beyond Walking Distance

Overlaying the updated bicycle network, health/education points of interest, and natural land cover (water, wood, wetland, park) shows why Münster's famously dense cycling infrastructure matters here: health and education services cluster centrally, and the bicycle network is what extends practical access to them out past the 400m walking radius into the surrounding residential rings.

Map of Munster showing the bicycle network overlaid with health and education points of interest and natural land cover across all postal districts
Bicycle network + Health/Education POI + natural land cover, by postal district
Multimodal map of Munster showing railway stations, train lines, bus routes and the bicycle network together across postal districts
Full multimodal network — rail, bus, and bicycle together

Large open spaces — parks, forests, wetlands, the river corridor — visibly shape where routes and services can sit: commercial and health facilities concentrate outside major green structures, and the bicycle network bends around them, consistent with the source study's own reading of the terrain.

03 — 400m Walkability by Amenity

Central Overlap, Peripheral Gaps — Consistently Across All Three Categories

QGIS's network-based Service Area analysis was run separately for every commercial POI, school, and health facility. Central postal codes show dense, overlapping 400m coverage across all three categories; outer districts — particularly south, southeast, and northeast — show visibly sparser points and correspondingly patchier coverage.

Map of Munster showing commercial points of interest with their 400 meter network walking access buffers overlaid on the bicycle network
Commercial POI + 400m network access, overlaid on the bicycle network
Map of Munster showing health points of interest with their 400 meter network walking access buffers overlaid on the bicycle network
Health POI + 400m network access, overlaid on the bicycle network
Commercial coverage5.5% of city area citywide, 59.6% in 48143 Education coverage1.4% of city area citywide, 39.7% in 48143 Health coverage3.2% of city area citywide, 44.4% in 48143
Postal districtCommercialEducationHealth
48143 (historic core)59.6%39.7%44.4%
4815137.3%8.6%21.9%
4814534.3%10.7%23.3%
4814722.7%3.1%14.3%
48163 (outer)1.9%0.2%0.8%
48157 (outer)1.2%0.7%1.1%
Open interactive accessibility monitor

Note: the source workshop's "Health access" shapefile was found to be a mislabeled duplicate of the Education layer (identical geometry, school names under a health-access filename). The health figures shown here are recomputed from the correct pharmacy/clinic point layer (201 facilities), not the duplicate.

The source study's own reading holds up under the numbers: every category shows the same shape — strong central overlap, thinning coverage moving outward, with the bicycle network doing the work of closing the gap the 400m walking buffer leaves behind in the outer postal codes.

04

Methods & Tools

GTFS ProcessingRoute/trip/stop-time parsing, frequency classification, shape mapping
Network Service AreasQGIS Network Analysis, 400m walking distance, per-POI-category
Multimodal CartographyBus, rail, and bicycle network integration with land-use/land-cover context
Geometry ProcessingGeoPandas union of per-POI service areas into citywide/district coverage layers
District AggregationPer-postal-code coverage share, comparable across districts regardless of size
OutputInteractive Leaflet monitor + print-ready QGIS layout exports