Network Analyst Tutorial
Network Analyst Tutorial
Table of Contents
About the ArcGIS Network Analyst tutorial . . . . . . . . . . . . . . . . . . . . . . . . 3 Exercise 1: Creating a network dataset . . . . . . . . . . . . . . . . . . . . . . . . . . 4 Exercise 2: Creating a multimodal network dataset . . . . . . . . . . . . . . . . . . . . . 13 . . . . . . . . . . . . . . . . . . 26
Exercise 3: Finding the best route using a network dataset Exercise 4: Finding the closest fire stations
. . . . . . . . . . . . . . . . . . . . . . . . 34
Exercise 5: Calculating service areas and creating an OD cost matrix . . . . . . . . . . . . . . 42 Exercise 6: Creating a model for route analysis . . . . . . . . . . . . . . . . . . . . . . 59
Exercise 7: Servicing a set of orders with a fleet of vehicles . . . . . . . . . . . . . . . . . . 69 Exercise 8: Finding best routes to service paired orders . . . . . . . . . . . . . . . . . . . 89
To use this tutorial, you need to have ArcGIS installed with the Network Analyst extension and have the tutorial data installed on a local or shared network drive on your system.
Tutorial data
Ask your system administrator for the correct path to the tutorial data if you do not find it at the default installation path (C:\ArcGIS\ArcTutor\Network Analyst\Tutorial).
In this tutorial
Exercise 1: Creating a network dataset Exercise 2: Creating a multimodal network dataset Exercise 3: Finding the best route using a network dataset Exercise 4: Finding the closest fire stations Exercise 5: Calculating service area and creating an OD cost matrix Exercise 6: Creating a model for route analysis Exercise 7: Servicing a set of orders with a fleet of vehicles Exercise 8: Finding best routes to service a set of paired orders Exercise 9: Choosing optimal store sites using location-allocation
On the Standard toolbar, click the Connect To Folder button . The Connect to Folder dialog box opens. Navigate to the folder with the ArcGIS Network Analyst tutorial data. The default location for the tutorial data is C:\ArcGIS\ArcTutor\Network Analyst\Tutorial Click OK. A shortcut to the folder is added to the Catalog Tree under Folder Connections.
6. 7. 8.
In the Catalog Tree, expand ...\ArcTutor\Network Analyst\Tutorial > Exercise01 > SanFrancisco.gdb. Click the Transportation feature dataset. The feature classes the feature dataset contains are listed on the Contents tab of ArcCatalog. Right-click the Transportation feature dataset and click New > Network Dataset.
The New Network Dataset wizard opens. Note: To open the New Network Dataset wizard in a geodatabase, you right-click the feature dataset that contains the source feature classes (Streets, for example) and choose New > Network Dataset. For a shapefile-based network dataset, you right-click the Streets shapefile itselfnot the workspace that contains the shapefileand choose New > Network Dataset. The reason for the difference is that geodatabase networks allow you to use multiple sources that are stored in the feature dataset to create a multimodal network, while shapefile-based network datasets are only capable of handling a single source feature class. 9. Type Streets_ND for the name of the network dataset.
10. 11.
Click Next. Check the Streets feature class to use it as a source for the network dataset.
Click Next. Click Yes to model turns in the network. Check <Global Turns>, which enables you to add default turn penalties, and check RestrictedTurns to select it as a turn feature source.
15. 16.
Click Next. Click Connectivity. The Connectivity dialog box opens. Here you can set up the connectivity model for the network. For this Streets feature class, all streets connect to each other at endpoints.
Make sure that the connectivity policy of Streets is set to End Point. Click OK to return to the New Network Dataset wizard. Click Next. This dataset has elevation fields, so make sure that the Using Elevation Fields option is chosen. Elevation settings in a network dataset further defines connectivity. To understand why, assume two edges have coincident endpoints in X and Y space but have different elevations (one endpoint is higher than the other). Furthermore, assume their connectivity policy is set to Endpoint. If elevation is ignored, the edges connect. However, if elevation is considered, they won't connect. There are two ways to model elevations: using true elevation values from geometry or using logical elevation values from elevation fields. The Streets feature class has logical elevation values stored as integers in the F_ELEV and T_ELEV fields. If two coincident endpoints have field elevation values of 1, for example, the edges will connect. However, if one endpoint has a value of 1, and the other coincident endpoint has a value of 0 (zero), the edges won't connect. ArcGIS Network Analyst recognizes the field names in this dataset and automatically maps them, as shown in the graphic below. (Only integer fields can serve as elevation fields.)
21.
Click Next. You can configure historical traffic data with this page of the wizard. Traffic data enables you to find the quickest routes based on time and day of the week. For example, the quickest route from point A to point B at 8:30 a.m. on Wednesday (during rush hour) could be different than the quickest route between the same points at 1:00 p.m. on Sunday. Even if the path of the route is the same, the time it takes to reach the destination could vary. Learn more about historical traffic data The SanFrancisco geodatabase contains two tables that store historical traffic data: DailyProfiles and Streets_DailyProfiles. The schemata of the tables were designed in such a way that Network Analyst could recognize the role of each table and configure historical traffic automatically.
22.
Click Next.
Network attributes are properties of the network that control navigation. Common examples are cost attributes that function as impedances over the network and restriction attributes that prohibit traversal in both directions or one direction, like one-way roads. ArcGIS Network Analyst analyzes the source feature class (or classes) and looks for common fields like Meters, Minutes (FT_Minutes and TF_Minutes, one for each direction), and Oneway. If it finds these fields, it automatically creates the corresponding network attributes and assigns the respective fields to them. (This can be viewed by clicking Evaluators.) Network Analyst automatically sets up eight attributes for this San Francisco data: HierarchyMultiNet, Meters, Minutes, Oneway, RoadClass, TravelTime, WeekdayFallbackTravelTime, and WeekendFallbackTravelTime. It also assigns evaluators to the attributes. 23. Click the Meters row to select it, then click Evaluators to examine how the values of network attributes are determined. The Evaluators dialog box opens.
The table on the Source Values tab lists the source feature classes. Linear source feature classes, which become edge elements in the network dataset, are listed twice; once for the fromto direction and once for the tofrom direction. (The directions are in relation to the digitized direction of the source line feature.) The Type column shows the type of evaluator used to calculate the network attribute values. The Value column holds information the evaluator needs to calculate attribute values. 24. 25. From the Attribute drop-down list, click each type of attribute, one at a time, and inspect the evaluator types and values for the source feature classes. Click OK to return to the New Network Dataset wizard. In the next steps, you will add a new attribute to restrict movement over the turn elements created from the RestrictedTurns feature class. 26. 27. 28. Click Add. The Add New Attribute dialog box opens. Type RestrictedTurns in the Name field. For Usage Type, choose Restriction. Note that Use by Default is checked. This restriction will be used by default when a new network analysis layer is created. If you want to ignore the restriction when performing an analysis, you can disable it in the settings of the analysis.
29.
Click OK. The new attribute, RestrictedTurns, is added to the list of attributes. The blue circle with the D in the middle indicates the attribute is enabled by default in new analyses. Click Evaluators to assign values by source to the new attribute. Follow these substeps to set the type of evaluator for RestrictedTurns to Constant with a value of Restricted. a. Click the Attribute drop-down list and choose RestrictedTurns. b. c. For the RestrictedTurns row, click under the Type column and choose Constant from the drop-down list. Click the Value column and choose Restricted. The result should look like the following graphic:
30. 31.
The evaluators for the street sources are empty, so they will remain traversable when this restriction is used. 32. 33. Click OK to return to the New Network Dataset wizard. Right-click the HierarchyMultiNet row and choose Use By Default. The blue symbol is removed from the attribute. This means the hierarchy won't be used by default when an analysis layer is created with this network dataset. Click Next. Click Yes to set up directions.
34. 35.
36.
Click Directions. The Network Directions Properties dialog box opens. Now you will specify the fields used to report directions for network analysis results.
37.
On the General tab, make sure that the Name field for the Primary row automatically mapped to NAME. The NAME field contains the San Francisco street names, which are needed to help generate driving directions. The result should look like the following graphic:
10
Click OK to return to the New Network Dataset wizard. Click Next. A summary of all the settings is displayed for your review. Click Finish.
A progress bar opens showing you that Network Analyst is creating the network dataset.
Once the network is created, the system asks if you want to build it. The build process determines which network elements are connected and populates the attributes of the network dataset. You must build the network before you can perform any network analysis on it. 41. Click Yes. The Build Network Dataset progress bar opens; it will disappear when the build process is finished.
11
The new network dataset, Streets_ND, is added to ArcCatalog along with the system junctions feature class, Streets_ND_Junctions. 42. 43. Preview the network dataset by clicking its name and clicking the Preview tab. Close ArcCatalog.
Now you can add the network dataset to ArcMap and use it to create network analysis layers.
12
If you don't already have a connection to the Network Analyst Tutorial folder, you need to create one by following the substeps below. a. On the Standard toolbar, click the Connect To Folder button . The Connect to Folder dialog box opens. b. Navigate to the folder with the ArcGIS Network Analyst tutorial data. The default location for the tutorial data is C:\ArcGIS\ArcTutor\Network Analyst\Tutorial Click OK. A shortcut to the folder is added to the Catalog Tree under Folder Connections.
c.
4. 5. 6.
In the Catalog Tree, expand ...\ArcTutor\Network Analyst\Tutorial > Exercise02 > Paris.gdb. Click the Transportation feature dataset. The feature classes it contains are listed on the Contents tab of ArcCatalog. Right-click the Transportation feature dataset and click New > Network Dataset.
13
2.
Click Next. The wizard page for choosing the feature classes that participate in the network dataset is displayed. Click Select All to select all the feature classes to participate as sources in the network.
3.
14
4. 5.
Click Next. Click Yes to model turns in the network. Although there are not any turn feature classes for this network, selecting Yes allows the network dataset to support global turns and gives you the option of adding turn features anytime after the network is created.
6.
15
You will create connectivity groups in the following steps. Steps: 1. 2. Click Connectivity to set up the connectivity model for the network. The Connectivity dialog box opens. Click the Group Columns up-arrow once to increase the number of connectivity groups to 2. A column for the second connectivity group is created in the Connectivity Groups table. Connectivity group 1 represents the metro system, and group 2 represents the street network. 3. 4. Click the Streets row and check the check box under the column labeled 2 to move the Streets source to connectivity group 2. Click the Metro_Entrances row and check the check box under the column labeled 2 to include the source feature class in groups 1 and 2. Metro entrances are points of transfer between the streets and the walkways that lead to the metro stations. Each feature of Metro_Entrances is coincident with a vertex of the streets feature class. However, the streets feature class has a policy of endpoint connectivity. Since the metro entrances need to be connected to the streets at the coincident vertex, you must set Metro_Entrances to override the default endpoint connectivity of the streets. 5. Change the Connectivity Policy of the Metro_Entrances row from Honor to Override.
6. 7.
Click OK to return to the New Network Dataset wizard. Click Next. Elevation settings in a network dataset further defines connectivity. To understand why, assume two edges have coincident endpoints in X and Y space but have different elevations (one endpoint is higher than the other). Furthermore, assume their connectivity policy is set to Endpoint. If elevation is ignored, the edges connect. However, if elevation is considered, they won't connect. There are two ways to model elevations: using true elevation values from geometry or using logical elevation values from elevation fields.
8.
16
9.
Click Next. The wizard displays the attributes of the network dataset.
Removing an attribute
Network attributes are properties of the network that control navigation. Common examples are cost attributes that function as impedances over the network and restriction attributes that prohibit traversal in both directions or one direction, like one-way roads. ArcGIS Network Analyst analyzes the source feature class (or classes) and looks for common fields like Meters, Minutes (FT_Minutes and TF_Minutes, one for each direction), and Oneway. If it finds these fields, it automatically creates the corresponding network attributes and assigns the respective fields to them. (This can be viewed by clicking Evaluators.) Network Analyst automatically configures five attributes for the Paris streets data: HierarchyNavStreets, Meters, Minutes, Oneway, and Road Class.
17
Although you could leave the hierarchy attribute on the network dataset, this short set of steps demonstrates how to remove a network attribute by removing HierarchyNavStreets. Steps: 1. 2. Click HierarchyNavStreets. Click Remove. Now the network is left with four attributes.
Next, you will create the PedestrianTime attribute. 2. 3. 4. 5. 6. Click Add. The Add New Attribute dialog box opens. Type PedestrianTime in the Name text box. Set the Usage Type to Cost. Change Units to Minutes. Set the Data Type to Double.
7.
Click OK. The Add New Attribute dialog box closes, and PedestrianTime is added to the list of attributes.
18
The three cost attributesMeters, DriveTime, and PedestrianTimehave yellow warning symbols that alert you to potential problems with the evaluators, which specify how the values of network attributes are calculated. In the next three sections, you will configure the evaluators.
The Evaluators dialog box opens. Here you can view and edit the evaluator type and its value for each source in the network. You can see that junction and turn sources always have one associated evaluator, but edge sources have two: one for each direction of travel (the from-to and to-from directions). ArcGIS Network Analyst inspects all source feature classes and tries to automatically assign evaluators for the Meters attribute. In this case, it discovered that the Metro_Lines and Streets sources had a field named Meters, so it set up evaluators to pull values from those fields. The same length values are assigned to the from-to and to-from directions of the edge sources. Network Analyst was unable to find fields for meters in the Transfer_Stations and Transfer_Street_Station sources. Hence, a warning symbol is present to indicate there is a potential problem. 2. While holding the SHIFT key, click the Transfer_Stations From-To row and click the Transfer_Street_Station To-From row. The four rows with the warning symbols are selected. Right-click any of the selected rows and click Type > Field.
3.
19
The warning symbols change to red error symbols, which indicate an incomplete assignment of values for the field evaluator. 4. With the four rows still selected, right-click any one of them and click Value > SHAPE_LENGTH.
This assigns values from the SHAPE_LENGTH field in the selected source feature classes to the Meters attribute for their associated network edge elements. 5. Click Apply. The Meters network attribute is configured to get length values. For the network elements created from Metro_Lines, Streets, Transfer_Stations, and Transfer_Street_Station sources, the attribute values are respectively pulled from their Meters, METERS, Shape_Length, and SHAPE_LENGTH fields.
20
2.
Make sure that all the rows with a warning symbol (Metro_Lines, Transfer_Stations, and Transfer_Street_Station) are selected. If they aren't selected, select them by clicking one row and holding the CTRL key while clicking the other rows. Hold the CTRL key and click Metro_Stations to add it to the selection. Right-click any one of the selected rows and click Type > Constant.
3. 4.
The same rows remain selected, and their evaluator type changes to Constant. 5. 6. Again, right-click one of the selected rows, but this time click Value > Properties. The Constant Value input box appears. Type -1 and press ENTER.
The values for all the selected rows change to -1. Network Analyst treats any elements that have a cost value of -1 as restricted. So whenever the DriveTime attribute is used as impedance in network analyses, these sources are not traversable.
7.
Click Apply. The Oneway attribute is loosely associated with the DriveTime attribute because it models the one-way traffic restrictions that drivers are required to follow. Later, when you perform an analysis using DriveTime as the cost, you should enable the Oneway restriction so the resulting
21
routes respect one-way streets. Alternatively, when modeling the movement of a pedestrian, you shouldn't use the Oneway restriction, since pedestrians are free to walk in the direction they choose. 8. From the Attribute drop-down list at the top of the Evaluators dialog box, choose Oneway. The Attribute Values frame now displays the evaluators for the Oneway network attribute, which has automatically been assigned values for the Streets source. The sources related to the metro system don't need one-way restrictions. 9. 10. Click either one of the Streets rows and click the Evaluator Properties button . You can see the expression used to determine whether a street is one-way. Click Cancel to return to the Evaluators dialog box.
2. 3.
4.
Click the Streets From-To row to select it. Hold the CTRL key and click the Streets To-From row to select both rows.
22
5.
Right-click one of the selected rows and click Value > Properties. The Field Evaluators dialog box opens. For the Streets source, the value of PedestrianTime is the walk time. Assuming a pedestrian can walk at 3 km/hour, walk time in minutes would be [Meters] * 60 / 3000 where [Meters] is the attribute containing the length of the edge in meters.
6. 7.
Double-click the field METERS to move it into the Value = text box and finish typing the expression as [METERS] * 60 / 3000 in the Field Evaluators dialog box, as shown below. Click Verify to ensure that the expression is correct and fix it if necessary.
8.
9. 10.
23
Configuring directions
When routes are calculated on your network dataset, you have the ability to produce driving directions to accompany the results. A network dataset is required to have at least one edge source with a text attribute (for street name information) and a distance attribute to show how far it will be before the next relevant maneuver is required. Steps: 1. 2. Click Yes to set up directions. Click Directions. The Network Directions Properties dialog box opens. Now you will specify the fields used to report directions for network analysis results. 3. On the General tab, click the Source drop-down list and choose Streets.
4. 5.
In the Street Name Fields list, click Primary to select it. Click in the Name column and choose FULL NAME.
6. 7.
Click OK to return to the New Network Dataset wizard. Click Next. A summary of all the settings is displayed for your review.
24
Once the network is created, the system asks if you want to build it. The build process determines which network elements are connected and populates the attributes of the network dataset. You must build the network before you can perform any network analysis on it. 2. Click Yes. The Build Network Dataset progress bar opens; it will disappear when the build process is finished.
The new network dataset, ParisMultimodal_ND, is added to ArcCatalog along with the system junctions feature class, ParisMultimodal_ND_Junctions. 3. 4. Preview the network dataset by clicking its name and clicking the Preview tab. Close ArcCatalog.
25
On the ArcMap - Getting Started dialog box, click Existing Maps > Browse for more. The Open ArcMap Document dialog box appears. Browse to C:\ArcGIS\ArcTutor\Network Analyst\Tutorial. This is the default installation location for the tutorial data. Double-click Exercise03.mxd. The map document opens in ArcMap. Enable the Network Analyst extension. a. Click Customize > Extensions. The Extensions dialog box opens. b. c. Check Network Analyst. Click Close.
If the Network Analyst toolbar is not displayed, you need to add it. 7. Click Customize > Toolbars > Network Analyst. The Network Analyst toolbar is added to ArcMap.
If the Network Analyst window is not displayed, you need to add it. 8. On the Network Analyst toolbar, click the Show/Hide Network Analyst Window button The dockable Network Analyst window opens. .
You can dock or undock the Network Analyst window. In this exercise, it is docked below the Table Of Contents window.
26
The route analysis layer is added to the Network Analyst window. The network analysis classes (Stops, Routes, Point Barriers, Line Barriers, and Polygon Barriers) are empty.
Adding a stop
Next, you will add the stops to be visited by a route. Steps:
27
1. 2.
In the Network Analyst window, click Stops (0). Stops is selected, which means it is the active network analysis class. On the Network Analyst toolbar, click the Create Network Location Tool . By clicking on the map with the Create Network Location Tool, you can add network analysis objects to the active network analysis class. Click anywhere on the street network to define a new stop location.
3.
ArcGIS Network Analyst calculates the nearest network location and symbolizes the stop with the Located symbol. The stop remains selected until another stop is placed or you clear the selection. The located stop also displays the number 1. All stops have a unique number, which represents the order in which the stop will be visited by the route. Also notice that the Stops class in the Network Analyst window now lists one stop.
4.
The new stops are numbered 2 and 3. The first stop is treated as the origin, and the last as the destination.
The sequence of the stops can be changed by clicking a stop in the Network Analyst window and dragging it to another position in the list. If a stop is not located on the network, it appears with an unlocated symbol. (However, using the default settings, you would need to place a stop more than 5 kilometers from the nearest street segment for it to not locate.)
28
You can move an unlocated stop closer to the network to locate it. If a stop is located on the network but in the wrong location, you can move the stop to the correct position. 5. To move a stop, follow these substeps: a. Click the Select/Move Network Locations Tool b. c. Click a stop to select it. Click the stop again and drag it to a new location. on the Network Analyst toolbar.
The Layer Properties dialog box opens. 2. 3. Click the Analysis Settings tab. Make sure that Impedance is set to TravelTime (Minutes). This network dataset has historical traffic data associated with the TravelTime (Minutes) attribute. If you choose to enter a start time by checking Use Start Time and filling out the three fields below it, Network Analyst will find the quickest route based on that time of day and historical traffic speeds. Alternatively, it will find the quickest route based on a function of street lengths and speed limits. 4. Check Use Start Time, enter a specific time and date or day of the week. a. For Time of Day, enter the time you want to leave the first stop. b. Click either Day of Week or Specific Date. If you choose Day of Week, specify any day between Sunday and Saturday; optionally, choose Today to use your system's current day setting. If you choose Specific Date, either type a date in the text box or click the down-arrow to open a calendar that allows you to choose a date. 5. Leave Use Time Windows unchecked. You can specify time windows for stops and have ArcGIS Network Analyst try to find a route that honors those time ranges in which a stop should be visited. Leave Reorder Stops To Find Optimal Route unchecked.
6.
29
By leaving this property unchecked, Network Analyst discovers the best route given the stop sequence you specify. This is commonly known as the traveling salesman problem (TSP). If checked, it finds the best route and best sequence to visit the stops. 7. 8. 9. 10. 11. Click the U-Turns at Junctions drop-down arrow and choose Allowed. Click the Output Shape Type drop-down arrow and choose True Shape with Measures. Make sure that the Use Hierarchy and Ignore Invalid Locations boxes are checked. In the Restrictions frame, make sure that RestrictedTurns and Oneway are checked. In the Directions frame, make sure that Distance Units is set to Miles, Use Time Attribute is checked, and the time attribute is set to TravelTime (Minutes). The Analysis Settings tab should look like the following graphic; however, your Use Start Time properties may be different:
12.
Click OK.
30
If a warning message appears, a stop may be located on a restricted edge. Try moving one or more stops using the Select/Move Network Locations Tool , which is on the Network Analyst toolbar. 2. 3. Click the Directions Window button The Directions dialog box opens. on the Network Analyst toolbar.
On the rightmost column of the Directions dialog box, click one of the links named Map. An inset map of the maneuver is displayed.
4.
Click Close.
Adding a barrier
In this section, you will add a barrier on the route to represent a roadblock, and you will find an alternate route to your destination. Steps: 1. 2. Click Windows > Magnifier. The Magnifier window opens. Click the title bar of the Magnifier window and drag the window to reposition it over the route.
31
3. 4. 5.
In the Network Analyst window under Point Barriers (0), click Restriction (0) . Click the Create Network Location Tool on the Network Analyst toolbar.
In the Magnifier window, click anywhere on the route to place one or more barriers. Tip: To see where a barrier will be placed, hold down the 1 key before clicking on the map with the Create Network Location Tool.
6.
Click the Solve button on the Network Analyst toolbar. A new, alternative route is computed that avoids the barrier.
7.
32
The Export Data dialog box opens. 2. In the Output feature class text box, type or browse to a location to save the results in, such as C:\ArcGIS\ArcTutor\Network Analyst\Tutorial\SanFrancisco.gdb\Exercise3_Route. Click OK. The route's feature is saved to the specified workspace. Click No when prompted to add the exported data to the map as a layer. If you don't plan to work on any other exercise, exit ArcMap. Click No to discard any changes. If you plan to work on another exercise, follow the substeps below. a. Click File > New. The New Document dialog box opens. b. c. Click OK. Click No when prompted to save changes.
3. 4. 5. 6.
33
Start ArcMap by clicking Start > All Programs > ArcGIS > ArcMap 10. On the ArcMap - Getting Started dialog box, click Existing Maps > Browse for more. Browse to C:\ArcGIS\ArcTutor\Network Analyst\Tutorial. This is the default installation location for the tutorial data. Double-click Exercise04.mxd. The map document opens in ArcMap. Enable the Network Analyst extension. a. Click Customize > Extensions. The Extensions dialog box opens. b. c. Check Network Analyst. Click Close.
If the Network Analyst toolbar is not displayed, you need to add it. 7. Click Customize > Toolbars > Network Analyst. The Network Analyst toolbar is added to ArcMap.
If the Network Analyst window is not displayed, you need to add it. 8. On the Network Analyst toolbar, click the Show/Hide Network Analyst Window button The dockable Network Analyst window opens. .
You can dock or undock the Network Analyst window. In this exercise, it is docked below the Table Of Contents window.
34
The closest facility analysis layer is added to the Network Analyst window. The network analysis classes (Facilities, Incidents, Routes, Point Barriers, Line Barriers, and Polygon Barriers) are empty.
Adding facilities
Next, you will load facilities from a point feature layer that represents fire stations.
35
Steps: 1. In the Network Analyst window, right-click Facilities (0) and click Load Locations.
The Load Locations dialog box opens. 2. Choose FireStations from the Load From drop-down list.
3.
Click OK. Forty-three fire stations are displayed in the map as facilities and listed in the Network Analyst window.
36
Adding an incident
Next, you will add an incident by geocoding an address received from an emergency call. Steps: 1. 2. 3. In the Network Analyst window, right-click Incidents (0) and choose Find Address. The Find dialog box opens. Make sure that SanFranciscoLocator is chosen in the Choose a locator drop-down list. In the Street or Intersection text box, enter 1202 Twin Peaks Blvd.
4.
Click Find. One location is found with that street address and is listed as a row in the table at the bottom of the Find dialog box. Right-click the row and choose Add as Network Analysis Object.
5.
37
This adds the located address as an incident, which you can see on the map and in the Network Analyst window.
6.
The Layer Properties dialog box opens. 2. 3. 4. Click the Analysis Settings tab. Make sure that Impedance is set to TravelTime (Minutes). Enter 3 in the Default Cutoff Value text box.
38
ArcGIS will search for fire stations that are within three minutes of the fire on Twin Peaks Boulevard. Any fire stations outside the cutoff time are ignored. 5. Increase Facilities to Find to 4. ArcGIS will search for a maximum of four fire stations from the fire site. However, the threeminute cutoff still applies; therefore, if only three fire stations are within the three-minute cutoff, then a fourth fire station will not be found. Choose Facility to Incident for the Travel From direction. The search results emanate out from the fire stations, which are loaded as facilities. This mimics the fire engines traveling from the stations to the fire (incident). Click the U-Turns at Junctions drop-down arrow and choose Allowed. Click the Output Shape Type drop-down arrow and choose True Shape with Measures. Uncheck Use Hierarchy. Check Ignore Invalid Locations. In the Restrictions frame, uncheck RestrictedTurns. Fire engines don't need to obey this traffic rule in emergencies. In the Directions frame, make sure that Distance Units is set to Miles, Use Time Attribute is checked, and the time attribute is set to TravelTime (Minutes). Your Analysis Settings tab should look like the following graphic:
6.
13.
Click OK.
39
Routes appear in the map display and in the Route class in the Network Analyst window.
Note that you configured the analysis to find four facilities within a three-minute cutoff; however, only three facilities are within the cutoff. 2. Click the Directions Window button The Directions dialog box opens. on the Network Analyst toolbar.
Driving directions from each fire station are listed in the window.
3. 4.
If you don't plan to work on any other exercise, exit ArcMap. Click No to discard any changes. If you plan to work on another exercise, follow the substeps below. a. Click File > New. The New Document dialog box opens.
40
b. c.
41
Goal: You will also find how many stores are within each of these service areas. Create service area polygons and create an OD cost matrix. You will identify one warehouse that should be relocated to better service the stores. Additionally, you will create an origindestination cost matrix for delivery of goods from the warehouses to all stores within a 10-minute drive time. Such a matrix is used as an input for logistics, delivery, and routing analyses.
If the Network Analyst toolbar is not displayed, you need to add it. 7. Click Customize > Toolbars > Network Analyst. The Network Analyst toolbar is added to ArcMap.
If the Network Analyst window is not displayed, you need to add it. 8. On the Network Analyst toolbar, click the Show/Hide Network Analyst Window button The dockable Network Analyst window opens. .
42
You can dock or undock the Network Analyst window. In this exercise, it is docked below the Table Of Contents window.
The service area analysis layer is added to the Network Analyst window. The network analysis classes (Facilities, Polygons, Lines, Point Barriers, Line Barriers, and Polygon Barriers) are empty.
43
Adding facilities
Next, you will add warehouses as facilities for which the service area polygons will be generated. Steps: 1. On the Network Analyst window, right-click Facilities (0) and choose Load Locations.
The Load Locations dialog box opens. 2. In the Load From drop-down list, choose Warehouses.
3.
Click OK.
44
The six facilities are displayed in the map. 4. In the Network Analyst window, click the plus (+) sign next to Facilities (6) to see a list of the loaded facilities.
The Layer Properties dialog box opens. 2. 3. 4. 5. 6. 7. 8. Click the Analysis Settings tab. Make sure that Impedance is set to use DriveTime (Minutes). Type 3 5 10 in the Default Breaks text box. Under Direction, click Away From Facility. Choose Not Allowed from the U-Turns at Junctions drop-down list. Leave Ignore Invalid Locations checked. Check Oneway in the Restrictions list. The Analysis Settings tab should now look like this:
45
Click the Polygon Generation tab. Make sure that Generate Polygons is checked. For Polygon Type, click Generalized. Detailed polygons are more accurate but need more time to be generated. Uncheck the Trim Polygon option. This is a postprocess that trims the outside polygon to remove spikes but takes a little longer to run. Click Overlapping for the Multiple Facilities Options. This results in individual polygons for each facility. A polygon from one facility might overlap with a polygon from another, nearby facility. Click Rings for the Overlap type. This excludes areas of smaller breaks from the polygons of a bigger break. Click Apply to save the settings. Click the Line Generation tab. Leave Generate Lines unchecked. Click OK.
13.
46
3. 4.
Click the Symbology tab. Click the Symbol field name and choose Flip Symbols. (Make sure you clicknot rightclickSymbol; otherwise, you get a different context menu.)
5.
Click OK. The outer and inner service area breaks switch colors, making it clearer what areas the 10-minute breaks cover.
47
2.
3.
Create the selection query on the Select By Location dialog box to select features from stores that are completely within polygons, as shown below.
4.
Click OK. The stores that are within the polygons are selected; however, you want to select the stores that are outside the service area polygons. In the Table Of Contents window, right-click Stores and click Selection > Switch Selection.
5.
48
The selection now shows the distribution of stores not contained in any service area polygons. Use this selection to identify the area in which you will relocate a warehouse. The best area appears to be in the center of the map.
6.
2.
49
3.
On the map display, drag Warehouse #2 to the center of the map as shown below.
The Join Data dialog box opens. 2. Choose Join data from another layer based on spatial location.
3.
50
4.
This adds the attributes of the polygon to all points that fall inside the polygon. 5. Specify an output shapefile or feature class to save the join results to and name it StoresWithPoly.
6. 7.
Click OK. ArcGIS performs the join and adds the new layer to the map document. In the Table Of Contents window, right-click the new StoresWithPoly feature layer and choose Open Attribute Table. Each row in the table displays the name of the store and polygon it falls under. You can use this table to generate other useful categories, such as the number of stores within 0-to 3-minute service areas. Close the attribute table. You can optionally export your facilities (including the one you moved) as a feature class.
8.
9. 10. 11.
In the Network Analyst window, right-click Facilities (6) and choose Export Data. The Export Data dialog box opens. In the Export drop-down list, choose All features. Choose an output location and type (shapefile or feature class). You might choose to store a feature class in the Paris geodatabase: C:\arcgis\ArcTutor\Network Analyst\Tutorial\Paris.gdb\New_Warehouses
51
12. 13.
Click OK. A message appears asking if you want to add the exported data to the map. Click No. You won't need the data for the rest of this exercise.
The OD cost matrix analysis layer is added to the Network Analyst window. The network analysis classes (Origins, Destinations, Lines, Point Barriers, Line Barriers, and Polygon Barriers) are empty.
52
Adding origins
You can use the facilities from the service area analysis (in the previous sections) as origins. If you have not completed the section on service areas, you can use the Warehouses feature layer instead. Steps: 1. 2. 3. 4. In the Network Analyst window, right-click Origins (0) and choose Load Locations. The Load Locations dialog box opens. Click ServiceArea/Facilities in the Load From drop-down list. (If you did not complete the previous sections on service area analysis, you can choose Warehouses instead.) Uncheck Only load selected rows. Under Location Position, click Use Network Location Fields. (If you are loading Warehouses, click Use Geometry.) Using network location fields allows ArcGIS to use the already-located position of service area facilities to locate them again as origins. This is much faster than using a spatial search to locate them again.
53
5.
Click OK. The six new origins are displayed on the map and listed in the Network Analyst window under Origins.
Adding destinations
Steps: 1. 2. 3. In the Network Analyst window, right-click Destinations (0) and choose Load Locations. Choose Stores in the Load From drop-down list. Under Location Analysis Properties, for the property name, choose NOM from the Field drop-down list. Since the French field name NOM is not configured in the NASolverConfiguration.xml file, ArcGIS is unable to map the field name automatically.
54
4.
55
2. 3. 4.
Click the Analysis Settings tab. Make sure that the Impedance drop-down list is set to DriveTime (Minutes). Type 10 in the Default Cutoff Value text box. This will create origindestination paths from each warehouse to all stores that can be reached within 10 minutes. Make sure that Destinations To Find is set to <All>. Click the U-Turns at Junctions drop-down arrow and choose Allowed. Make sure that Output Shape Type is set to Straight Line. Make sure that Ignore Invalid Locations is checked. Check Oneway in the Restrictions list.
5. 6. 7. 8. 9.
10.
56
2.
The Lines table opens. The Lines table represents the origindestination cost matrix from each warehouse to the stores within a 10-minute drive time. The OriginID column contains IDs of warehouses. The DestinationID column contains IDs of stores. The DestinationRank is a rank assigned to each destination that is served by a store based on the total drive time. For example, in the table below, for Warehouse #1, DestinationID 2 has a rank of 1, and DestinationID 3 has a rank of 2. This is because it takes less time to go from Warehouse #1 to DestinationID 2. (This may be different for you, as your analysis results are dependent on the source feature class of the origins and destinations.)
57
The OD cost matrix displays the stores serviced by each warehouse along with the total drive time for each route. Some stores are within a 10-minute accessibility zone of more than one warehouse and can be served by any one of them. The OD cost matrix can also be used as an input in logistics routing models that use origindestination matrices to allocate goods and services. 2. 3. If you don't plan to work on any other exercise, exit ArcMap. Click No to discard any changes. If you plan to work on another exercise, follow the substeps below. a. Click File > New. The New Document dialog box opens. b. c. Click OK. Click No when prompted to save changes.
58
On the ArcMap - Getting Started dialog box, click Existing Maps > Browse for more. Browse to C:\ArcGIS\ArcTutor\Network Analyst\Tutorial. This is the default installation location for the tutorial data. Double-click Exercise06.mxd. The map document opens in ArcMap. Enable the Network Analyst extension. a. Click Customize > Extensions. The Extensions dialog box opens. b. c. Check Network Analyst. Click Close.
If the Network Analyst toolbar is not displayed, you need to add it. 7. Click Customize > Toolbars > Network Analyst. The Network Analyst toolbar is added to ArcMap.
If the Network Analyst window is not displayed, you need to add it. 8. On the Network Analyst toolbar, click the Show/Hide Network Analyst Window button The dockable Network Analyst window opens. .
You can dock or undock the Network Analyst window. In this exercise, it is docked below the Table Of Contents window.
59
4. 5.
Type NetworkModel and press ENTER to name the newly added toolbox. Right-click the NetworkModel toolbox and click New > Model.
A new model appears in the toolbox, and the Model dialog box opens.
60
2. 3.
Click Network Analyst Tools in the list of toolboxes in the Search window. A list of toolsets and tools related to the ArcGIS Network Analyst extension are listed. Click Analysis in the Search window. Only tools related to network analysis are displayed in the Search window.
61
4.
Drag the Make Route Layer link onto the Model dialog box.
5. 6. 7. 8. 9.
On the Model dialog box, double-click Make Route Layer. The Make Route Layer dialog box opens so you can set its properties. Click the Input analysis network drop-down arrow and choose ParisMultimodal_ND. In the Impedance attribute drop-down list, click DriveTime. Check the Reorder stops to find optimal route check box. In the Preserve ordering of stops drop-down list, click PRESERVE_BOTH. The tool dialog box should look like the one in the graphic below.
62
10.
Click OK. The input analysis layer is now added to the model. The Make Route Layer tool turns yellow, and the output turns green. Click the Full View button . The entire model is displayed.
11.
2.
Select the Stores feature layer in the Table Of Contents window and drag it onto the model to the left of Add Locations.
63
3. 4.
On the Model dialog box, click the Connect tool . Click Stores and click Add Locations to connect them. Click Input locations on the context menu that appears.
5.
Using the Connect tool , connect Route to Add Locations. Click Input network analysis layer on the context menu that appears.
6.
Click the Auto Layout button . The model is arranged in a logical order.
64
7.
2.
Using the Connect tool , connect the output layer, Network Analyst Layer, to Solve. Click Input network analysis layer on the context menu that appears. The Solve tool turns yellow, the output layer turns green, and Solve succeeded turns cyan.
3.
65
4.
5. 6.
Click the Select tool . Right-click the output layer of the Solve tool, which is labeled Network Analyst Layer (2), and click Add To Display.
This tells the model to add the final output to the map display.
4.
66
5. 6. 7. 8. 9. 10.
In the Model window, double-click Select Data. The Select Data dialog box opens. Choose Routes from the Child Data Element drop-down list. Click OK. The dialog box closes. Type Copy Features in the Search window text box and press ENTER. Drag the Copy Features tool from the search results onto the Model dialog box. Using the Connect tool , connect the final output layer to Copy Features. Click Input Features on the context menu that appears.
67
11. 12.
On the Model dialog box, double-click Copy Features. The Copy Features dialog box opens. Enter an output location for saving the route as a feature class or shapefile. For example, you might type C:\arcgis\ArcTutor\Network Analyst\Tutorial\Paris.gdb\path. Click OK. Now running the model will solve the best route, select the route sublayer, and export it to a feature class. You can run the model by clicking the Run button .
13.
A message appears prompting you to confirm deletion. If you ran the model, you may also want to navigate to the location that you specified for the output of the Copy Features tool and delete the feature class that was created. 2. 3. Click Yes. Exit ArcMap and do not save any changes to Exercise06.mxd.
68
This can be achieved by solving a vehicle routing problem (VRP). Once the delivery sequence is determined, you will generate the turn-by-turn directions for the resulting routes, which can be electronically distributed or printed and given to the drivers to make the deliveries.
If the Network Analyst toolbar is not displayed, you need to add it. 7. Click Customize > Toolbars > Network Analyst. The Network Analyst toolbar is added to ArcMap.
If the Network Analyst window is not displayed, you need to add it. 8. On the Network Analyst toolbar, click the Show/Hide Network Analyst Window button The dockable Network Analyst window opens. .
69
You can dock or undock the Network Analyst window. In this exercise, it is docked below the Table Of Contents window.
The vehicle routing problem analysis layer is added to the Network Analyst window. The network analysis classes (Orders, Depots, Routes, Depot Visits, Breaks, Route Zones, Route
70
Seed Points, Route Renewals, Specialties, Order Pairs, Point Barriers, Line Barriers, and Polygon Barriers) are empty.
Adding orders
You will add the grocery store locations to the Orders network analysis class. You can think of orders as orders to be filled, since each grocery store has requested goods to be delivered to it from the distribution center. Members of the Orders class will eventually become stops along the vehicle's routes.
71
The grocery store locations are already added as a feature layer, Stores, in the map document. The attributes of Stores contain information about the total weight of goods (in pounds) required at each store, the time window during which the delivery has to be made, and the service time (in minutes) incurred while visiting a particular store. The service time is the time required to unload the goods.
You will add these point features of stores as orders in the analysis layer. Steps: 1. In the Network Analyst window, right-click Orders (0) and choose Load Locations.
The Load Locations dialog box opens 2. Select Stores from the Load Locations drop-down list. The Location Analysis Properties section on the Load Locations dialog box lets you specify which attributes of the Stores feature class contain the values that ArcGIS Network Analyst will use to help solve this vehicle routing problem. 3. In the Location Analysis Properties section, make sure that the Name property is automatically matched to the NAME field, and the ServiceTime property is matched to the ServiceTime field.
72
Network Analyst tries to match location analysis properties automatically for a newly created vehicle routing problem layer based on a configuration file (located in the ArcGIS installation directory within [...]\NetworkAnalyst\NetworkConfiguration\NASolverConfiguration.xml). 4. Set the Field value of TimeWindowStart1 to TimeStart1.
5. 6. 7.
Set the Field value of TimeWindowEnd1 to TimeEnd1. Set the Field value of DeliveryQuantities to Demand. Type 0 under Default Value for the MaxViolationTime1 property. Setting this property to zero specifies that the time window should not be violated.
73
8.
Click OK. Twenty-five stores are listed in the Network Analyst window under Orders and are displayed as orders on the map.
Adding depots
The goods are delivered from a single distribution center whose location is shown in the DistributionCenter feature layer in ArcMap. The distribution center operates between 8:00 a.m. and 5:00 p.m. You will add this point feature to the Depots network analysis class. Steps: 1. 2. 3. 4. 5. In the Network Analyst window, right-click Depots (0) and choose Load Locations. The Load Locations dialog box opens. Select DistributionCenter from the Load Locations drop-down list. In the Location Analysis Properties section, make sure that the Name property is automatically matched to the NAME field. Type 8 AM under Default Value for the TimeWindowStart1 property. Type 5 PM under Default Value for the TimeWindowEnd1 property.
74
6.
Click OK. One distribution center is listed in the Network Analyst window under Depots and displayed as a depot on the map.
Adding Routes
The distribution center has three trucks, each with a maximum capacity to carry 15,000 pounds of goods. You will add three routes (one for each vehicle) and set the properties for the routes based on the center's operational procedures. Steps: 1. In the Network Analyst window, right-click Routes (0) and choose Add Item.
A new route, Item 1, is added under the Routes class in the Network Analyst window, and the Properties window for the route opens. 2. In the Properties window, specify the attributes for the route as shown in the table below. The description column of the table explains the use of particular values. Leave default values for attributes not in the table.
Attribute Value Description
75
Name StartDepotName
Truck_1 San Francisco San Francisco 60 8 AM 8 AM 15000 0.20 1.5 10 360 120
EndDepotName
The truck returns to the distribution center at the end of the route. Time (in this case, minutes) required to fully load the truck with goods. The truck can start operation as soon as the distribution center opens at 8:00 a.m. The truck must start operation as soon as possible. The truck can carry a maximum of 15,000 pounds of goods. The truck driver is paid 12 dollars per hour, so the wage is: $12.00/60 minutes = $0.20 per minute. The average dollar amount spent per mile on fuel consumption, truck depreciation, and maintenance. The maximum number of stores that can be serviced by a truck. Due to workday constraints, drivers can't have a work shift of more than six hours (360 minutes). To satisfy the workday constraints and still be able to serve a reasonable number of storeswhile taking into account the service time needed at a storethe truck should not spend more than two hours (120 minutes) driving on the streets. To balance daily fuel and maintenance costs among the fleet, any one truck should not travel more than 80 miles on its route.
MaxTotalDistance
80
76
3.
Click OK. A new route, Truck_1, is added to the routes class in the Network Analyst window. Since the three trucks at the distribution center are the same, you can make two copies of the first truck you entered and rename them.
4.
Right-click the Truck_1 route object in the Network Analyst window and choose Copy.
5.
Right-click the Route (1) class in the Network Analyst window and choose Paste.
77
The Routes class contains two identical route objects. 6. Repeat the last step to create a third route object.
7. 8. 9. 10.
Double-click the second Truck_1 object in the list. The Properties window opens. Click the Name property and type Truck_2. Press ENTER twice. The route is given a unique name, and the window closes. Use the same procedure to change the name of the last route to Truck_3.
78
The Layer Properties dialog box opens. 2. 3. Click the Analysis Settings tab. Make sure that the Time Attribute drop-down list is set to TravelTime (Minutes). The VRP solver will use this attribute to calculate time-based costs between orders and the depot. Click the Distance Attribute drop-down list and choose Meters. This attribute is used to determine travel distances between orders and the depot for constraint purposes and creating directions; however, the VRP solver's objective is to minimize time costs. Set the Default Date to Day of Week. Choose Monday in the Day of Week drop-down list. Make sure that Capacity Count is set to 1. This setting indicates that the goods being delivered have only one measurement. In this case, that measurement is weight (pounds). If the capacities were specified in terms of two measurements, such as weight and volume, then the capacity count would be set to 2. Make sure that Minutes is selected for Time Field Units. This specifies that all time-based attributes, such as ServiceTime and MaxViolationTime1 for Orders and MaxTotalTime, MaxTotalTravelTime, and CostPerUnitTime for Route, are in minutes. Make sure that Distance Field Units is set to Miles. This specifies that all distance-based attributes, such as MaxTotalDistance and CostPerUnitDistance for Routes, are in miles. Since it is difficult for these delivery trucks to make U-turns, set U-Turns at Junctions to Not Allowed. Select Straight Line in the Output Shape Type drop-down list. You could select either the True Shape with Measures or True Shape option if you wanted the routes to follow the streets. Note that this option only affects the display of the routes, not the results determined by the VRP solver. Make sure that Use Hierarchy is checked. In the Restrictions frame, make sure that RestrictedTurns and Oneway are checked. Leave the options that are in the Directions frame set to their default values.
4.
5. 6.
7.
8.
9. 10.
79
14.
Click OK.
Run the process to determine the best route assignment and order sequence
Steps: 1. Click the Solve button on the Network Analyst toolbar. The VRP solver calculates the three routes required to service the orders and draws lines connecting the orders. Each route begins and ends at the distribution center and serves a set of orders along the way. If you receive any error messages, make sure that the value of the Capacities attribute for the routes is set to 15000 instead of 15,000 and each route has a unique name.
80
1. 2. 3.
Right-click Routes (3) in the Network Analyst window and click Selection > Clear Selected Features. Click the Directions Window button The Directions dialog box opens. on the Network Analyst toolbar.
Optionally, you can export the Vehicle Routing Problem layer as a layer file (<filename>.lyr) by right-clicking Vehicle Routing Problem in the Table Of Contents window and choosing Save As Layer File. This saves the analysis on disk so that you can add it to a different map document and reuse it later. If you want to continue on to the following advanced sections of this tutorial exercise, close the Directions window. Otherwise, exit ArcMap and do not save any changes to Exercise 07.mxd.
4.
81
renewal locations to the Depots network analysis class by geocoding their addresses. The routes that can renew at a renewal location and the service time for the renewal are specified in the Route Renewals network analysis class. Steps: 1. 2. 3. In the Network Analyst window, right-click Depots (1) and choose Find Address. The Find dialog box opens. Choose SanFranciscoLocator from the Choose an address locator drop-down list. In the Street or Intersection box, type 800 Brush St.
4.
Click Find. The SanFranciscoLocator, which is an address locator that was already added to the Exercise07.mxd, finds the address and shows the result at the bottom of the Find dialog box. Right-click the result on the Find dialog box and choose Add as Network Analysis Object. The located address is added as a depot in the Network Analyst window and the map display. In the Street or Intersection box of the Find dialog box, type 100 Old County Rd. Click Find. Right-click the new result at the bottom of the Find dialog box and choose Add as Network Analysis Object. A third depot is added to the Depots network analysis class.
5.
6. 7. 8.
9.
Close the Find dialog box. Since both trucks are allowed to renew their loads at the 800 Brush Street and 100 Old County Road locations, you will associate each truck with the two renewal locations. The VRP solver will figure out the best renewal location for the trucks.
10.
In the Network Analyst window, right-click Route Renewals (0) and click Add Item.
82
A new route renewal object, Item1, is added under the Route Renewals class in the Network Analyst window, and the Properties window for Item1 opens. 11. In the Properties window, specify the attributes for the route renewal as shown below.
Attribute DepotName RouteName ServiceTime Value 800 Brush St Truck_1 30 Description The truck can use this depot location for renewal. Name of the vehicle. Time in minutes required to load the truck.
12.
Click OK. A new route renewal object, 800 Brush St, is listed within the Truck_1 item in the Network Analyst window. Follow the last three steps to add three more route renewal objects such that each truck (Truck_1 and Truck_3) can reload at both the renewal locations (800 Brush St, 100 Old County Rd). The Network Analyst window should now have two route renewal objects listed within the Truck_1 and Truck_3 items, respectively.
13.
83
2.
84
3. 4.
Adding breaks
Since the drivers have to work longer, they will require one half hour break during their work shift. In this step, you will specify the breaks for each route. Steps: 1. 2. In the Network Analyst window, right-click Breaks (0) and choose Add Item. The Properties window opens. Specify the attribute values for the new break as shown in the table below.
Attribute TimeWindowStart Value Description The break has to start sometime after 12:30 p.m.
The break has to start sometime before 1:30 p.m. The name of the route to which this break applies. The break duration in minutes. The break has to start between 12:30 p.m. and 1:30 p.m. The zero value indicates that the break can't start after 1:30 p.m. (that is, the break time-window is rigid). It is a paid break, so the cost is included in the total cost of the route.
IsPaid
85
3. 4.
Click OK. Repeat the last three steps, entering Truck_3 for the RouteName property. The Network Analyst window now has two objects listed under the Breaks class: Truck_1 and Truck_3.
86
This solution meets all the constraints specified by the distribution company. However, after giving the route itinerary to the two drivers, the company discovered that the driver of Truck_1 prefers driving in the downtown area and the driver of Truck_3 prefers driving in the East Bay area. The company would like to determine a new solution in which the routes service the orders that are in the areas their drivers prefer. In the next steps, you will add route seed points to incorporate these driver preferences.
2.
3.
Click Find. The SanFranciscoLocator finds the address and shows the result at the bottom of the dialog box. Right-click the result and choose Add as Network Analysis Object.
4.
87
The location of the address is added as a route seed point. It is shown in the Network Analyst window and the map display. 5. 6. 7. Close the Find dialog box. In the Network Analyst window, double click the new route seed point, 278 Dorantes Ave. The Properties dialog box opens. Specify the attribute values for the route seed point as shown in the table below.
Attribute RouteName SeedPointType Value Description The name of the route to which this seed point applies. This makes it more likely that the orders near the specified seed point will be assigned to Truck_1.
Truck_1 Static
8. 9.
Repeat steps 15 in this section to add another route seed point at 1888 Peralta St. Repeat steps 6 and 7 to change the RouteName attribute of the second seed point to Truck_3.
2.
88
If the Network Analyst toolbar is not displayed, you need to add it. 7. Click Customize > Toolbars > Network Analyst. The Network Analyst toolbar is added to ArcMap.
If the Network Analyst window is not displayed, you need to add it. 8. On the Network Analyst toolbar, click the Show/Hide Network Analyst Window button The dockable Network Analyst window opens. .
89
You can dock or undock the Network Analyst window. In this exercise, it is docked below the Table Of Contents window.
The vehicle routing problem analysis layer is added to the Network Analyst window. The network analysis classes (Orders, Depots, Routes, Depot Visits, Breaks, Route Zones, Route Seed Points, Route Renewals, Specialties, Order Pairs, Point Barriers, Line Barriers, and Polygon Barriers) are empty.
90
Adding specialties
The logistics company has three vans. One of the vans that operates in the downtown area is equipped to provide access for wheelchairs. You will add Wheelchair as a specialty so that the orders that require this specialty can be assigned to the route that has a wheelchair lift. Steps: 1. In the Network Analyst window, right-click Specialties (0) and click Add Item.
A new specialty, Item 1, is added under the Specialties class in the Network Analyst window. The Properties window for the new specialty opens.
91
2.
3.
Click OK.
Adding orders
A spreadsheet is provided with the tutorial data. It contains information about each patient, including their name and home address; the name and the address of the hospital they must be taken to; the time window within which the patient has to be picked up; and so on. The following table describes the fields in the spreadsheet:
Attribute OrderName1 PatientAddress OrderName2 HospitalAddress PickFrom PickTo TotalPassengers MaxTransitTime SpecialtyNames Description The name of the patient needing transportation The location where the patient will be picked up A unique name for the destination The location where the patient has the appointment The earliest time the patient may be picked up from PatientAddress The latest time the patient may be picked up from PatientAddress The total number of passengers to be picked up The maximum time the patient can spend in the van Specifies the special needs that are required by the passenger, for example, a wheelchair
In this case, the passengers and hospital visits are related to each other since each passenger has to visit a predetermined hospital. You can model this situation with order pairsby loading both patient and hospital locations into the Orders network analysis class and relating them with new order pair objects. In the following steps, you will geocode the patient and hospital addresses and load the resulting points as orders. Steps: 1. Click File > Add Data > Geocoding > Geocode Addresses.
92
The Choose an Address Locator to use dialog box opens. 2. 3. 4. 5. Click SanFranciscoLocator. The SanFranciscoLocator is included with Exercise08.mxd. Click OK. The Geocode Addresses: SanFranciscoLocator dialog box opens. Click the browse button next to the Address table drop-down list. The Choose a table containing addresses dialog box opens. Click the Look in drop-down list and choose Home - Tutorial. The table that you will add is stored in an Excel spreadsheet that is included in the ArcGIS Network Analyst tutorial data. Double-click OrderPairs.xls. Double-click Patients$. The Patients worksheet is added to the Address table drop-down list. In the Street or Intersection drop-down list, choose PatientAddress. Click the browse button next to the Output shapefile or feature class text box. The Saving Data dialog box opens at the home location for Exercise08.mxd. 10. 11. Click the Look in drop-down list and choose Home - Tutorial. Click the Save as type drop-down list and choose File and Personal Geodatabase feature classes. The list of files and workspaces is updated. Double-click SanFrancisco.gdb. Delete the name in the Name text box and type Patients. Patients will be the name of the output feature class. Click Save. The Output shapefile or feature class text box on the Geocode Addresses: SanFranciscoLocator dialog box is updated to show the new output path.
6. 7. 8. 9.
93
15.
Click OK. The Geocoding Addresses dialog box opens and indicates that all 15 addresses were matched. Click Close. The geocoded addresses are added to the map document as a point feature layer, Geocoding Result: Patients. Repeat steps 116 to load the patients' destination hospitals, but make the following changes: a. In step 8, set Street or Intersection to HospitalAddress. b. In step 13, type DestinationHospitals in the Name text box.
16.
17.
The Table of Contents window should now have two feature layers, Geocoding Results: DestinationHospitals and Geocoding Results: Patients.
94
18.
In the Table Of Contents window, uncheck the two geocoding results layers so that they are not visible in the map display. In the next steps, you will load these layers into the Orders network analysis class.
19. 20.
In the Network Analyst window, right-click Orders (0) and choose Load Locations. The Load Locations dialog box opens. Choose Geocoding Results: Patients from the Load From drop-down list. The Location Analysis Properties section on the Load Locations dialog box lets you specify which attributes of the Geocoding Results: Patients layer contain the values that Network Analyst will reference in this vehicle routing problem.
21.
Configure the properties that are listed in the Location Analysis Properties section so that they copy field values from the Geocoding Results: Patients layer in the way specified by the substeps below. (The next graphic highlights these changes.) a. Map the Name property to the OrderName1 field. b. c. d. e. f. Map the Description property to the PatientAddress field. Map the TimeWindowStart1 property to the PickFrom field. Map the TimeWindowEnd1 property to the PickTo field. Map the PickupQuantities property to the TotalPassengers field. Make sure that the SpecialtyNames property is automatically matched to the SpecialtyNames field.
22.
Type 2 under Default Value for the ServiceTime property. All patient address locations that are loaded will have a ServiceTime value of 2 to account for the average time (in minutes) that is taken for passengers to board the van. Type 0 under Default Value for the MaxViolationTime1 property. By setting all the MaxViolationTime1 properties to zero, the VRP solver will only search for routes that visit the orders within their time windows.
23.
95
24.
Click OK. Fifteen orders are loaded. You can see them in the map display and in the Network Analyst window. In the next steps, you will load the destination hospitals as orders too.
In the Network Analyst window, right-click Orders (15) and choose Load Locations. The Load Locations dialog box opens. Choose Geocoding Results: DestinationHospitals from the Load From drop-down list. Configure the properties that are listed in the Location Analysis Properties section so that they copy field values from the Geocoding Results: DestinationHospitals layer in the way specified by the substeps below. (The next graphic highlights these changes.) a. Map the Name property to the OrderName2 field. Note that the value for the Name attribute has to be unique in the Orders network analysis class. In this case, there are many patients who need to visit the same hospital. So if the hospital addresses were used to derive the value of the Name attribute for Orders, then the VRP solver would return error messages as there would be duplicate Name values. b. c. Map the Description property to the HospitalAddress field. Map the DeliveryQuantities property to the TotalPassengers field.
96
d. 28.
Make sure that the SpecialtyNames property is automatically matched to the SpecialtyNames field.
29.
Click OK. Thirty orders are listed in the Network Analyst window under the Orders network analysis class and are displayed as orders on the map in the Vehicle Routing Problem layer.
4. 5.
6.
97
a. b. c. 7.
Map the FirstOrderName property to the OrderName1 field. Map the SecondOrderName property to the OrderName2 field. Make sure that the MaxTransitTime property is automatically matched to the MaxTransitTime field.
Click OK. Fifteen order pairs are listed in the Network Analyst window under the Order Pairs network analysis class.
Adding depots
The logistics company operates vans from three depots whose locations are shown in the CentralDepots feature layer in ArcMap. You will now add these point features to the Depots network analysis class. Steps: 1. 2. 3. In the Network Analyst window, right-click Depots (0) and choose Load Locations. The Load Locations dialog box opens. Select CentralDepots from the Load From drop-down list. In the Location Analysis Properties section, make sure that the Name property is automatically matched to the Name field.
98
4.
Click OK. Three depots are listed in the Network Analyst window under the Depots network analysis class and are displayed on the map in the Vehicle Routing Problem layer.
Adding routes
The logistics company has three vans, each with a maximum capacity of six passengers. The vans start and return to the depots after completing all the trips. One of the vans that operates within the downtown area has a lift to provide easy access for wheelchairs. You will add three routes (one for each van) and set the property for the downtown van to include Wheelchair as a specialty. Steps: 1. In the Network Analyst window, right-click Routes (0) and choose Add Item.
A new route, Item1, is added under the Routes network analysis class, and the route's Properties window opens. 2. In the Properties window, specify the attributes for the route as shown in the table below, leaving the default values for the other attributes. The Description column in the table explains the use of particular values.
Attribute Name StartDepotName EndDepotName Capacities SpecialtyNames Value Description Name of the route. The van starts at the depot in the downtown area. The van returns to the depot in the downtown area at the end of the route. The van can carry a maximum of six passengers at a time. The van is equipped to provide access for wheelchairs.
99
3. 4.
Click OK. A new route, Downtown, is listed in the Network Analyst window. Repeat steps 13 to add two more routes representing the vans that operate in the North Bay and East Bay areas. Use the following tables for these new routes instead of the properties listed in step 2.
Attribute Name StartDepotName EndDepotName Capacities Attribute Name StartDepotName EndDepotName Capacities Value
Note that these vans are not equipped to allow access for wheelchairs. The Network Analyst window displays three route objects listed within the Routes network analysis class.
100
On the map display, digitize a polygon that roughly covers the downtown area as shown below. Click to add vertices; double-click to complete the polygon.
A new route zone, Graphic Pick 1, is added to the route zones class in the Network Analyst window. 4. 5. In the Network Analyst window, double-click the new route zone object, Graphic Pick 1. The route zone's Properties window opens. Set the properties of the route zone as shown in the table below.
Attribute RouteName IsHardZone Value Description The name of the route that this route zone is associated with. The van can't service orders that are outside the route zone. Setting this value to True ensures that the van is only assigned orders that are within the route zone.
Downtown True
101
6.
Repeat steps 16 to add two more route zones: one for the North Bay and one for the East Bay. The map and the Network Analyst window should contain three route zone objects.
The Layer Properties dialog box opens. 2. Click the Analysis Settings tab.
102
3.
Make sure that the Time Attribute drop-down list is set to TravelTime (Minutes). The VRP solver will use this attribute to calculate time-based costs between orders and depots. Make sure that nothing is selected in the Distance Attribute drop-down list. Since you are not using any distance-based cost parameters, such as CostPerUnitDistance or MaxTotalDistance, setting the distance attribute is not required. Set the Default Date to Day of Week. In the Day of Week drop-down list, choose Monday. Since the van capacity is measured only by the total number of passengers that can be accommodated, make sure that Capacity Count is set to 1. If the capacity had been measured by the total number of passengers and the maximum number of wheelchairs that can be accommodated in the van, the capacity count would be 2. Leave the default options for the other properties.
4.
5. 6.
7.
8.
Click OK.
103
You can optionally export the vehicle routing problem as a layer file (<filename>.lyr) on disk so that you can load it in a different map document. Exit ArcMap without saving any changes.
104
If the Network Analyst toolbar is not displayed, you need to add it. 7. Click Customize > Toolbars > Network Analyst. The Network Analyst toolbar is added to ArcMap.
If the Network Analyst window is not displayed, you need to add it. 8. On the Network Analyst toolbar, click the Show/Hide Network Analyst Window button The dockable Network Analyst window opens. .
105
You can dock or undock the Network Analyst window. In this exercise, it is docked below the Table Of Contents window.
The location-allocation analysis layer is added to the Network Analyst window. The network analysis classes (Facilities, Demand Points, Lines, Point Barriers, Line Barriers, and Polygon Barriers) are empty.
106
107
The Load Locations dialog box opens. 2. Select CandidateStores from the Load Locations drop-down list.
The Location Analysis Properties section of the Load Locations dialog box lets you specify which attributes of the CandidateStores feature class contain the values that Network Analyst will use to solve this location-allocation problem. 3. In the Location Analysis Properties section, make sure the Name property is automatically mapped to the NAME field. Network Analyst tries to match location analysis properties automatically for a newly created location-allocation layer based on a configuration file (usually located in C:\Program Files\ArcGIS\Desktop10.0\NetworkAnalyst\NetworkConfigurations\NASolverConfiguration.xml). 4. Click OK.
108
Sixteen candidate stores are loaded into the Facilities network analysis class. The new facilities are listed in the Network Analyst window and displayed on the map.
109
The Layer Properties dialog box opens. 2. 3. 4. Click the Analysis Settings tab. Make sure that Impedance is set to TravelTime (Minutes). Set Travel From to Demand to Facility. The default option, Facility to Demand, is a good choice for the classic minimize impedance and maximize coverage problem types. However, for maximize attendance, maximize market share, and target market share, the demand tends to travel to the facilities, thus Demand to Facility is often a good choice for them. Click the U-Turns at Junctions drop-down arrow and choose Allowed. Set Output Shape Type to Straight Line. Although the output will be displayed with straight lines, the travel costs are still measured along the network. Make sure that the Use Hierarchy and Ignore Invalid Locations boxes are checked. In the Restrictions frame, make sure that RestrictedTurns and Oneway are checked. Your Analysis Settings tab should look like the following graphic:
5. 6.
7. 8.
110
9. 10.
Click the Advanced Settings tab. Click the Problem Type drop-down list and choose Maximize Attendance. These problem types are often referred to as models. Maximize attendance is a good problem type for choosing retail store locations, since it assumes that all stores are equally attractive and people are more likely to shop at nearby stores.
11. 12.
Increase Facilities To Choose to 3. ArcGIS will try to choose 3 facilities out of the 16 to optimally serve the 208 demand points. Increase Impedance Cutoff to 5. This setting implies that people are not willing to travel more than five minutes to shop at these stores. The units for this value are determined by the units of the impedance attribute. Therefore, since TravelTime uses minutes, this value is also in minutes. Make sure that Impedance Transformation is set to Linear. ArcGIS will use a linear decay in calculating people's propensity to visit a store. That is, with a five-minute impedance cutoff and a linear impedance transformation, the probability of visiting a store decays at 1/5, or 20 percent; therefore, a store one minute away from a demand point has an 80 percent probability of a visit compared to a store four minutes away, which only has a 20 percent probability. Click OK.
13.
14.
111
Now you will inspect the results in more detail. 2. In the Table Of Contents, right-click the Facilities sublayer and choose Open Attribute Table.
Examine the attributes of the Facilities table. Three of the features have their FacilityType field values set to Chosen instead of the default status, Candidate. The DemandCount column lists the number of demand points assigned to each of the chosen facilities. Note that out of the 208 demand points, only 113 were allocated to the chosen facilities because some of the points were farther than the five-minute cutoff. The DemandWeight column lists the demand that is allocated to each facility. In this case, the value represents the number of people that are likely to shop at the store. 3. 4. Close the Facilities table. In the Table Of Contents, right-click the Demand Points sublayer and choose Open Attribute Table.
112
Examine the attributes of the Demand Points table. The Facility ID column has a value of <Null> if the demand point was outside the five-minute cutoff, but if a numeric value is present, it represents the ID of the chosen facility the demand point was allocated to. The Weight column contains the population count that was loaded from the census tract feature class. The AllocatedWeight column contains the amount of demand that was apportioned to the associated facility. The amount of weight allocated is based on the linear distance decay and the five-minute cutoff parameters you set in the Layer Properties dialog box. 5. In the Table Of Contents, right-click the Lines sublayer and choose Open Attribute Table. This table contains one record for each demand point allocated to a facility. It also lists the shortest path impedance between the two locations and the weight captured by the facility.
113
5.
Click OK.
Setting up the properties of the analysis (maximize attendance with required facility)
You will use the same properties from the previous solution to solve this problem. Steps: 1. Click the Analysis Layer Properties button on the Network Analyst window.
The Layer Properties dialog box opens. 2. 3. Make sure that the problem type is set to Maximize Attendance, the facilities to find is 3, the impedance cutoff is 5, and the impedance transformation is Linear. Click OK.
Run the process to determine the best store locations (maximize attendance with required facility)
Steps: 1. Click the Solve button on the Network Analyst toolbar. When the solve process is complete, lines connect chosen stores to demand points. Note that the original solution changed, and the ExistingStore location is now part of the solution. The other two chosen facility locations are now at different places.
114
5.
Click OK.
115
The Layer Properties dialog box opens. 2. 3. Click the Advanced Settings tab. Click the Problem Type drop-down list and choose Maximize Market Share.
4.
Click the Impedance Transformation drop-down list and choose Power. ArcGIS will use a power distance decay in determining people's propensity to visit a store. Notice that Impedance Parameter becomes available for you to edit. Change the Impedance Parameter value to 2. An impedance parameter of 2 on a power impedance transformation means the probability of visiting a store decays with the square of the distance between a demand point and a facility location. Usually, an accurate value of the impedance parameter is computed from other analyses, such as those provided by using ArcGIS Business Analyst. The Advanced Settings tab should look like the following graphic:
5.
116
6.
Click OK.
Run the process to determine the best store locations (maximize market share)
Steps: 1. 2. 3. Click Network Analyst on the Network Analyst toolbar and click Options. The Network Analyst Options dialog box opens. Click the General tab. Click All Messages. By choosing All Messages with a market share problem, the market share you capture will be reported in a dialog box once the solve process is completed. Click OK. Click the Solve button on the Network Analyst toolbar. When the solve process is completed, a message indicates how much of the market share you captured. Close the message box. Lines in the map connect demand points to chosen and competitor stores. Notice the chosen stores have changed to maximize the amount of demand given the presence of the three competitors. The lines overlap more than in the previous solutions, since each demand point in the maximize market share problem can interact with all the facilities that are within the impedance cutoff. 7. In the Table Of Contents, right click the Facilities sublayer and choose Open Attribute Table. Three facilities have a FacilityType value of Competitor, one has a value of Required, and two have a value of Chosen, which indicates the solver chose them as the best facilities to open.
4. 5.
6.
117
The DemandCount column lists the number of demand points assigned to each of the facilities. Note that some demand points were not assigned, since they were outside the five-minute cutoff. The DemandWeight column lists the sum of the demand weight assigned to each of the chosen facilities. The weight assigned to your stores versus that assigned to the competitor stores can be used to figure out the market share that was reported after the solve process finished.
The Layer Properties dialog box opens. 2. 3. Click the Advanced Settings tab. Click the Problem Type drop-down list and choose Target Market Share. Notice that when you change the problem type to Target Market Share, the Target Market Share (%) property becomes available for you to edit. Change Target Market Share (%) to 70. The Advanced Settings tab should look like the following graphic:
4.
118
5.
Click OK.
Run the process to determine the best store locations (target market share)
Steps: 1. Click the Solve button on the Network Analyst toolbar. When the solve process is complete, a message indicates how much of the market share you captured and the total number of facilities required to capture that share. The percentage is more than the 70 percent you had indicated, because opening any fewer facilities would result in a market share below your target of 70 percent. Close the message box. Once again, lines connect the solution facilities to demand points in the map display. 3. In the Table Of Contents, right-click the Facilities sublayer and choose Open Attribute Table. In addition to the three competitor facilities and the one required facility, nine facilities now have a FacilityType value of Chosen. This means nine additional stores are needed to achieve the 70 percent market share. 4. 5. If you don't plan to work on any other exercise, exit ArcMap. Click No to discard any changes. If you plan to work on another exercise, follow the substeps below. a. Click File > New. The New Document dialog box opens. b. c. Click OK. Click No when prompted to save changes.
2.
119