-
Notifications
You must be signed in to change notification settings - Fork 1
Network data sources
Jip Claassens edited this page Aug 3, 2026
·
3 revisions
Every accessibility study starts with a decision about network data. The choice constrains which modes can be modelled, which areas can be covered, and how much cleaning work follows.
| Source | Coverage | Modes | Licence | Main limitation |
|---|---|---|---|---|
| OSM | Global | Car, bicycle, pedestrian, rail | ODbL | Variable completeness and tagging quality |
| NWB | Netherlands | Car, with cycle and foot paths in a separate file | Open | National only, so cross border routes are not represented |
| GTFS | Per transit operator or region | Public transport | Varies | Timetables only, no infrastructure geometry |
| Commercial (TomTom, HERE) | Global | Car | Proprietary | Cost, but it includes speed profiles by time of day |
Sources are routinely combined: OSM geometry for cycling and walking, a commercial source for car speed profiles reflecting congestion, and GTFS for transit. The Dutch national network model does exactly this. The worldwide network model takes the opposite approach and builds a car network for the entire planet from OSM alone, per continent, combined with the GHSL population grid and settlement layer.
- Modes. Does it contain cycle and foot paths, or only roads a car can use? A car only file makes pedestrian accessibility impossible, not merely approximate.
- Extent and edges. Does it cover the area around your study area? Many fastest routes within the Netherlands run through Belgium or Germany, and a national file will route them the long way. See Zoning and spatial units on edge effects.
- Directionality and restrictions. One way flags, turn restrictions, and access tags for private roads, bus lanes and pedestrian zones.
- Connectivity. Whether links that cross actually share a node, see Building a routable network. Bridges and tunnels must not connect.
- Attributes for speed. Road classification, speed limits and surface, the inputs to Travel speeds per mode.
- Update frequency and versioning. A reproducible study needs a dated snapshot, not "current".
- Building a routable network, turning a data file into a graph
- Travel speeds per mode, assigning impedance to links
- Euclidean versus network distance, what you lose without a network
Accessibility modelling documentation
© Object Vision BV

Concepts
Networks
- Network data sources
- OSM
- NWB
- GTFS
- Building a routable network
- Network optimisation algorithm
- Travel speeds per mode
Origins & destinations
Computation
- Shortest path and the Dijkstra algorithm
- Origin Destination matrix (trip table)
- Isochrones and catchment areas
- Public transport routing
Indicators
Applications
Network models
Reference