Network Analysis

Network Analysis in ArcGIS Pro is a powerful area, and there’s a lot you can do with it: finding shortest routes, closest facilities, service areas, origin-destination matrices, vehicle routing problems, and location-allocation analyses.

Maybe let’s start by narrowing it down a bit — what are you hoping to accomplish with Network Analysis? Here’s a quick overview of the core analyses you can do in ArcGIS Pro:

Common Network Analysis Types in ArcGIS Pro:

Analysis TypePurpose
RouteFind the shortest/fastest path between points.
Closest FacilityFind the nearest facilities to incidents (or vice versa).
Service AreaDetermine areas reachable within a given time or distance from a point (like a 5-min drive time).
OD Cost MatrixCompute shortest paths and costs between multiple origins and destinations.
Vehicle Routing Problem (VRP)Optimize delivery or service routes for multiple vehicles with constraints.
Location-AllocationFind optimal facility locations based on demand points and network travel costs.

Basic Workflow for Network Analysis in ArcGIS Pro:

  1. Have a Network Dataset
    • Either use a local Network Dataset (.nd) or an ArcGIS Online network service (with appropriate licensing).
  2. Create a New Network Analysis Layer
    • On the Analysis tab → Network Analysis group → New Analysis, choose your analysis type.
  3. Add Input Features
    • Load stops, facilities, incidents, or barriers depending on your analysis.
  4. Set Travel Mode & Parameters
    • Choose between driving, walking, trucking, etc., and set cost attributes (time, distance).
  5. Solve the Analysis
    • Use the Solve button to perform the analysis and review results.
  6. Visualize & Export Results
    • Examine the routes, service areas, or matrices; optionally export them to feature classes.