Local Network-Based Spatial Analysis
Also known as: local network analysis, local spatial network analysis, neighborhood network analysis, local graph-based spatial analysis
Local Network-Based Spatial Analysis computes spatial statistics and network measures — such as accessibility, centrality, and density — within restricted local neighborhoods of a spatial network, revealing how connectivity and flow vary across fine geographic scales rather than globally across the entire network.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use local network-based spatial analysis when you need to understand how connectivity, accessibility, or spatial intensity varies place-by-place within a network-constrained environment — for example, comparing pedestrian accessibility across city blocks, identifying locally central nodes in a road network, or detecting crime clusters along street segments rather than over open space. It is most appropriate when movement or interaction is genuinely constrained to a network (roads, rivers, transit lines) and when spatial heterogeneity is expected. Avoid it when events or movements are not network-constrained (open fields, aerial dispersal), when the network data are incomplete or topologically incorrect, or when a global summary statistic suffices.
Strengths & limitations
- Captures fine-scale spatial heterogeneity in network connectivity and accessibility that global measures miss.
- Uses network distance rather than Euclidean distance, better reflecting actual movement constraints.
- Produces geographically explicit maps of local measures, directly interpretable in planning or policy contexts.
- Applicable to diverse network types: road, transit, pedestrian, river, utility, and ecological corridor networks.
- Compatible with local hotspot detection and cluster analysis on network-constrained point events.
- Requires high-quality, topologically consistent network data; errors in connectivity propagate into all local measures.
- Computationally intensive for large networks with many focal nodes, especially when using iterative shortest-path algorithms.
- Choice of local bandwidth (radius or k) strongly influences results and lacks a universally agreed-upon selection criterion.
- Edge effects occur near network boundaries: nodes near the periphery of the network have artificially truncated neighborhoods.
- Results can be sensitive to network generalization level — coarser networks underestimate true connectivity.
Frequently asked
What is the difference between local and global network analysis?
Global network analysis computes a single summary measure (e.g., average betweenness centrality) across the entire network. Local network analysis computes the measure separately for each node or location using only its nearby network neighborhood, revealing spatial variation that global statistics average away.
How do I choose the local bandwidth or radius?
There is no universal rule. Common practice uses domain knowledge (e.g., a 400 m walking radius for pedestrian studies) or cross-validation. Always perform sensitivity analysis by repeating the analysis at several bandwidths and checking whether key findings change substantially.
Can I use this method with non-road networks?
Yes. The method applies to any spatial network: transit lines, river systems, utility grids, or ecological corridors. The key requirement is a topologically correct network dataset where nodes and edges represent real connectivity.
What software supports local network-based spatial analysis?
ArcGIS Network Analyst and ArcGIS Pro support network-constrained kernel density and service area analysis. R packages spdep, sfnetworks, and dodgr provide local network measures. Python libraries NetworkX, OSMnx, and pandana are widely used for urban network analysis.
Is local network analysis the same as network kernel density estimation?
Network kernel density estimation (NKDE) is one specific local network-based technique — it estimates event density along network edges rather than over a planar surface. Local network analysis is a broader category that also includes local centrality, local accessibility, and other node- or edge-level measures.
Sources
- Okabe, A., & Sugihara, K. (2012). Spatial Analysis Along Networks: Statistical and Computational Methods. Wiley. ISBN: 978-0470770818
- Porta, S., Crucitti, P., & Latora, V. (2006). The network analysis of urban streets: A primal approach. Environment and Planning B: Planning and Design, 33(5), 705–725. DOI: 10.1068/b32045 ↗
How to cite this page
ScholarGate. (2026, June 3). Local Network-Based Spatial Analysis. ScholarGate. https://scholargate.app/en/spatial-analysis/local-network-based-spatial-analysis
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Geographically Weighted RegressionSpatial analysis↔ compare
- Hot Spot AnalysisSpatial analysis↔ compare
- Local Getis-Ord Gi*Spatial analysis↔ compare
- Local Spatial AutocorrelationSpatial analysis↔ compare
- Network-Based Spatial AnalysisSpatial analysis↔ compare