0% found this document useful (0 votes)
73 views14 pages

IMP - Creating A Network Dataset

This document provides step-by-step instructions for creating a network dataset in ArcGIS. It involves enabling the Network Analyst extension, connecting to a folder containing network data, and using the New Network Dataset wizard to configure settings like sources, attributes, evaluators, and restrictions. The wizard analyzes the data and automatically sets up many settings, while also allowing the user to customize attributes, evaluators, and travel modes for the network dataset.

Uploaded by

Kalva Jayasree
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
73 views14 pages

IMP - Creating A Network Dataset

This document provides step-by-step instructions for creating a network dataset in ArcGIS. It involves enabling the Network Analyst extension, connecting to a folder containing network data, and using the New Network Dataset wizard to configure settings like sources, attributes, evaluators, and restrictions. The wizard analyzes the data and automatically sets up many settings, while also allowing the user to customize attributes, evaluators, and travel modes for the network dataset.

Uploaded by

Kalva Jayasree
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 14

Creating a network dataset

1. Start ArcCatalog.

2. Enable the ArcGIS Network Analyst extension.

1. Click Customize > Extensions.

The Extensions dialog box opens.

2. Check Network Analyst.

3. Click Close.

3. On the Standard toolbar, click the Connect To Folder button  .

The Connect to Folder dialog box opens.

4. Browse to the folder with the Network Analyst tutorial data.

The default location for the tutorial data is C:\ArcGIS\ArcTutor\Network Analyst\Tutorial.

5. Click OK.

A shortcut to the folder is added to Catalog Tree under Folder Connections.

6. In Catalog Tree, expand ...\ArcTutor\Network


Analyst\Tutorial > Exercise01 >SanFrancisco.gdb.

7. Click the Transportation feature dataset.

The feature classes the feature dataset contains are listed on the Contents tab of ArcCatalog.
8. 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, 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, right-click the Streets shapefile itself—not the workspace that
contains the shapefile—and 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. Leave Choose a version for your network dataset set to the latest version.

This option is useful if you need to share your network dataset with people who use older releases of
ArcGIS. They will be able to open the network dataset that you create and share when you choose a
version that is less than or equal to their ArcGIS release number. The drawback of doing this,
however, is you won't be able to include any new network dataset functionality that was introduced in
later releases of ArcGIS—controls in the New Network Dataset wizard to add that functionality will
be disabled. If you don't need to share a network dataset, or the people you share with use the same
ArcGIS release as you, choosing the latest version is the best option.

11. Click Next.

12. Check the Streets feature class to use it as a source for the network dataset.

13. Click Next.

14. Click Yes to model turns in the network.

15. Check RestrictedTurns to select it as a turn feature source. <Global Turns> should be checked


already; this enables you to add default turn penalties.
16. Click Next.

17. 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.

18. Make sure that the connectivity policy of Streets is set to End Point.

19. Click OK to return to the New Network Dataset wizard.

20. Click Next.

21. This dataset has elevation fields, so make sure that the Using Elevation Fields option is chosen.

Elevation settings in a network dataset further define 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 connect.
However, if one endpoint has a value of 1, and the other coincident endpoint has a value of 0 (zero),
the edges don't connect. 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.)

22. Click Next.

You can configure 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 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.

Note:

This dataset doesn't include the information necessary to configure live traffic data; however, the data
for exercise 10 does.

23. Click Next.

The page for setting network attributes is displayed.


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.

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: Hierarchy, Meters,
Minutes, Oneway, RoadClass, TravelTime, WeekdayFallbackTravelTime, and
WeekendFallbackTravelTime. It also creates evaluators for the attributes.

24. 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 from–to direction
and once for the to–from 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.

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.

26. 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.

27. Click Add.

The Add New Attribute dialog box opens.

28. Type RestrictedTurns in the Name field.

29. For Usage Type, choose Restriction.


30. Leave Restriction Usage set to Prohibited.

This setting prohibits the turn features from being traversed during an analysis.

Note that Use by Default is checked. This restriction is 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.

31. 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.

32. Click Evaluators to assign values by source to the new attribute.

33. Follow these substeps to set the type of evaluator for RestrictedTurns to Constant with a value of
Restricted:

1. Click the Attribute drop-down list and choose RestrictedTurns.

2. For the RestrictedTurns row, click under the Type column and choose Constant from the


drop-down list.

3. Click the Value column and choose Use Restriction.

The result should look like the following graphic:


Now, by default, Network Analyst won't traverse any turn feature in the RestrictedTurns feature class.
This is a good way to model illegal turns or dangerous turns that you want to avoid. The evaluators for
the street sources are empty, so they will remain traversable when the RestrictedTurns restriction is
used.

34. Click OK to return to the New Network Dataset wizard.

35. Right-click the Hierarchy 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.

36. Click Next.

The page with travel mode settings appears. By configuring one or more travel modes on a network
dataset, you can choose a mode at analysis time and avoid setting various properties to model a car,
truck, pedestrian, or other travel mode. If you perform many analyses for a specific travel mode, it
may be worthwhile to set up a travel mode. See the travel modes topic if you are interested in learning
more about how they work and where they can be used.

37. Click Next.

38. Click Yes to set up directions.


39. Click Directions.

The Network Directions Properties dialog box opens.

Now you will specify the fields used to report directions for network analysis results.

40. 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:


41. Click OK to return to the New Network Dataset wizard.

42. Click Next.

43. Check Build Service Area Index.

Building the network dataset at the end of this tutorial exercise will take longer than it would without
the index, but generating service areas on the network dataset will be faster. See the optimizations
topic to learn more.

44. Click Next.

A summary of all the settings is displayed for your review.

45. 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.
46. Click Yes.

The Build Network Dataset progress bar opens; it will disappear when the build process is finished.

The new network dataset, Streets_ND, is added to ArcCatalog along with the system junctions feature
class, Streets_ND_Junctions.

47. Preview the network dataset by clicking its name and clicking the Preview tab.

The edges are drawn, followed by traffic.

48. Close ArcCatalog.

Now you can add the network dataset to ArcMap and use it to create network analysis layers.

You might also like