Types of network analyses |
|
Release 9.3
Last modified March 2, 2010 |
![]() ![]() ![]() Print all topics in : "Performing network analysis" |
ArcGIS Network Analyst allows you to solve common network problems such as finding the best route across a city, finding the closest emergency vehicle or facility, identifying a service area around a location, or servicing a set of orders with a fleet of vehicles.
ArcGIS Network Analyst can find the best way to get from one location to another or the best way to visit several locations. The locations can be specified interactively by placing points on the screen, by entering an address, or by using points in an existing feature class or feature layer. The best route can be determined for the order of locations as specified by the user. Alternatively, ArcGIS Network Analyst can determine the best sequence to visit the locations.
Finding the hospital closest to an accident, the police cars closest to a crime scene, and the store closest to a customer's address are all examples of closest facility problems. When finding closest facilities, you can specify how many to find and whether the direction of travel is toward or away from them. Once you've found the closest facilities, you can display the best route to or from them, return the travel cost for each route, and display directions to each facility. Additionally, you can specify an impedance cutoff beyond which ArcGIS Network Analyst should not search for a facility. For instance, you can set up a closest facility problem to search for hospitals within 15 minutes' drive time of the site of an accident. Any hospitals that take longer than 15 minutes to reach will not be included in the results.
With Network Analyst, you can find service areas around any location on a network. A network service area is a region that encompasses all accessible streets—that is, streets that lie within a specified impedance. For instance, the 10-minute service area for a facility includes all the streets that can be reached within 10 minutes from that facility.
With ArcGIS Network Analyst, you can create an origin–destination (OD) cost matrix from multiple origins to multiple destinations. An OD cost matrix is a table that contains the network impedance from each origin to each destination. Additionally, it ranks the destinations that each origin connects to in ascending order based on the minimum network impedance required to travel from that origin to each destination.
The best network path is discovered for each origin-destination pair, and the cost is stored in the attribute table of the output lines, which are straight lines. The graphic below shows the results of an OD cost matrix analysis that was set to find the cost to reach the four closest destinations from each origin.
The straight lines can be symbolized in various ways, such as by color, representing which point they originate from; or by thickness, representing the travel time of each path.
The closest facility and OD cost matrix solvers perform very similar analyses; the main difference is in the output and the computation speed. The OD cost matrix solver is designed for quickly solving large MxN problems and as a result does not internally contain information that can be used to generate true shapes of routes and driving directions. If you need driving directions or true shapes of routes, use the closest facility solver; otherwise, use the OD cost matrix solver to reduce the computation time.
Learn more about creating an OD cost matrix.
A dispatcher managing a fleet of vehicles is often required to make decisions about vehicle routing. One such decision involves how best to assign a group of customers to a fleet of vehicles and to sequence and schedule their visits. The objectives in solving such vehicle routing problems (VRP) are to provide a high level of customer service by honoring any time windows while keeping the overall operating and investment costs for each route as low as possible. The constraints are to complete the routes with available resources and within the time limits imposed by driver work shifts, driving speeds, and customer commitments.
ArcGIS Network Analyst provides a vehicle routing problem solver that can be used to determine solutions for such complex fleet management tasks.
Consider an example of delivering goods to grocery stores from a central warehouse location. A fleet of three trucks is available at the warehouse. The warehouse operates only within a certain time window—from 8 A.M. to 5 P.M.—during which all trucks must return back to the warehouse. Each truck has a capacity of 15,000 pounds, which limits the amount of goods it can carry. Each store has a demand for a specific amount of goods (in pounds) that needs to be delivered, and each store has time windows that confine when deliveries should be made. Furthermore, the driver can work only eight hours per day, requires a break for lunch, and is paid for the amount spent on driving and servicing the stores. The goal is to come up with an itinerary for each driver (or route) such that the deliveries can be made while honoring all the service requirements and minimizing the total time spent on a particular route by the driver. The figure below shows three routes obtained by solving the above vehicle routing problem.
Learn more about solving a vehicle routing problem.