ET Network

The Network module of ET GeoWizards allows to build networks and to perform network analysis.

What is Network

GIS networks are networks composed of linear features (generally called edges or links) that can be used to represent interconnected features (roads, rivers, etc.), and to perform special spatial analysis on them.The edges are connected in junction points (nodes).

Type of Networks in ET GeoWizards

Modeling Networks in ET GeoWizards

The sources for GIS networks are normally polyline feature layers. In order to prepare the source polyline layer for network analysis, we must ensure topological correctness of the input data

Network attributes

We need to set values in the attribute table of the input polyline layer.

Cost Field

The values in the Cost Field will be used for cost (length, time, etc.) for each link. If not specified the geometric length of the polylines will be used. ET GeoWizards allows 2 different fields to be used for the different directions of Bidirectional Networks (BDN).

Direction Field

Single Directional Networks use the physical directions of the input polylines, so they do not need this attribute. For Bidirectional Network (BDN) we need to set direction attribute, that will indicate how the edges can be traversed. Since all polylines have a direction, the values should be set according to the direction of the polylines. The values that can be used are:

Below is a small example of the "Direction" attribute". Note that the example is for Left hand side of the road driving. For Right Side of the road driving the links with FT should get TF and the ones with TF should get FT

Elevation Fields

A couple of numeric (recommended integer) fields which values will define the elevation of the Start and End point for each edge. These values will be used to model under and over passes.At the beginning (since most of the polylines will intersect at the same level) all values in these fields can be calculated to 1 and then change the values only in cases of over or under passes

Below is a small example of the "From_Level" (the level of the FROM node) and "To_Level" (the level of the TO node) attribute".

Illustration how the above works for the network connectivity.

Building a Network

After you have modeled your network dataset, you just need to run one of the functions below (depending on what type of network you want to create). The network is stored in a single file with extension .etn (for example MyFirstNetwork.etn) in the location you specified. You can use this file as input in all Network Analysis functions of ET GeoWizards.