Create network features¶
- To begin, you'll review the provided data and its structure.
- Then you'll modify feature templates and use editing tools to create connection
points
,medium voltage lines
, afuse
, and atransformer
. - You'll then validate the
network topology
and save your edits.
Modify feature templates¶
Download the Auburn Utility Network project package.
- A
.ppkx
file is an ArcGIS Pro project package and may contain maps, data, and other files that you can open in ArcGIS Pro.
- A
The project opens in ArcGIS Pro. It contains part of the electric utility network in Auburn, Alabama.
Utility network data is structured into relatively few layers, but classification is built within each layer using the
Asset Group
andAsset Type fields
.- The
Electric Distribution Device
layer shows a unique symbol for eachAsset Group value
(for example,Circuit Breaker
,Fuse
,Generation
, and so on) and each of these values is further subdivided byAsset Type values
. - The
Asset Group
field is also the subtype field for each layer. Subtypes
are a method ofsubcategorizing
layers that allows each asset group to behave more like independent layers.
- The
On the ribbon, click the
Map
tab. In theNavigate
group, clickBookmarks
and chooseService drop
.- The map moves a short distance to the east, to the intersection of Ogletree Rd. and White Oak Ln.
- This is the location indicated in the design where a new service drop must be added.
Before you begin editing, you'll verify that your snapping environment is properly configured.
- On the ribbon, click the
Edit
tab. In theSnapping
group, click the lower half of theSnapping
button - Verify that
Snapping
is enabled, as well as the first four snapping options:Point
,Endpoint
,Vertex
, andEdge
.
- On the ribbon, click the
On the ribbon, in the
Features
group, clickCreate
.- The
Create Features pane
appears. It lists feature templates for all the subtypes in the utility network.
- The
At the top of the Create Features pane, click the
Manage Templates
button.- In the
Manage Templates
pane, clickElectric Distribution Junction
and double-clickConnection Point
.
- The
Template Properties window
appears.- In the
Template Properties window
, click theAttributes
tab to display the default attributes used with theConnection Point
template. - In the attributes list, make the following updates:
- For
Phases Built
, choose B. - For
Phases Normal
, choose B. - For
Phases Current
, choose B. - For
phasesenergized
, choose B. - Click
OK
- For
- In the
- In the
In the
Manage Templates pane
, clickElectric Distribution Line
and double-clickMedium Voltage
to open its template properties.- In the
Template Properties
window, click theAttributes
tab and update the following attributes:- For
Asset type
, chooseSingle Phase Overhead
. - For
Phases Built
, chooseB
. - For
Phases Normal
, chooseB
. - For
Phases Current
, chooseB
. - For
phasesenergized
, chooseB
. - Click
OK
to close the window.
- For
- In the
In the
Manage Templates pane
, double-clickLow Voltage
and update the following attributes:- For
Phases Built
, chooseB
. - For
Phases Normal
, chooseB
. - For
Phases Current
, chooseB
. - For
phasesenergized
, chooseB
. - Click
OK
.
- For
In the
Manage Templates pane
, clickElectric Distribution Device
. Update theCircuit Breaker
,Fuse
,Service Point
, andTransformer
templates with the following attributes:- For
Phases Built
, chooseB
. - For
Phases Normal
, chooseB
. - For
Phases Current
, chooseB
. - For
phasesenergized
, chooseB
. - Close the
Manage Templates pane
.
- For
Create features¶
- With the default attribute values set, you can create features without the need to update attributes afterward.
- You'll add several new connection points and medium voltage lines to model a new development east of the existing network.
In the
Create Features
pane, underElectric Distribution Junction
, click theConnection Point
template.- On the
Connection Point
template, click theOpen the active template pane arrow
to view the attributes set for this template.
- The
Phases Built
,Phases Normal
,Phases Current
, andphasesenergized
values should all be set toB
.
- On the
At the top of the pane, click the
Point
button to choose the method of construction.On the map, click to place four connection points in a line along the north side of Ogletree Rd.
- Zoom in to one of the points until a hatched rectangle appears around the point.
- The rectangle is a
dirty area
. - The utility network creates polygon features called
dirty areas
to track all the edits and errors in the dataset.
- The rectangle is a
- Zoom in to one of the points until a hatched rectangle appears around the point.
In the
Contents
pane, expand theAuburn Utility Network
layer.- The
Dirty Areas
sublayer contains five kinds of dirty areas. - In this tutorial, you'll only encounter the second type:
Dirty
,- which indicates that an edit has occurred that is not yet reflected in the network topology.
- Every utility network has a network topology. It maintains the
connectivity
of features to ensure that the commodity (in this case electricity) can flow correctly through the utility network.
- The
You'll validate the
network topology
to include your new features. This will remove the dirty area.- On the ribbon, click the
Utility Network
tab. In theNetwork Topology
group, click the lower half of theValidate
button and chooseEntire extent
.
- After validation has completed, the dirty areas around each of the new connection point features disappear.
- On the ribbon, click the
Next, you'll add a
medium voltage line
to connect eachconnection point
.- before you create the line features, you'll check the rules of the utility network to determine if you are allowed to connect medium voltage lines to connection points.
- If you are not allowed,
Error dirty areas
will appear when you create the features. - In the
Contents
pane, right-clickAuburn Utility Network
and clickProperties
. - In the
Layer Properties
window, click theNetwork Properties
tab. Expand theRules
section.- Network rules dictate which network features can connect or associate in the utility network.
- All rules are evaluated when the
network topology
is validated. You're interested in connecting line features to point features, so you'll review thejunction-edge
rules.
Expand the
Junction-Edge Connectivity
section. Scroll through the table until you findrule 482
.- This
rule
allowsElectric Distribution Junction features
with anAsset Group
value ofConnection Point
and an Asset Type value ofConnection Point
to connect toElectric Distribution Line features
with an Asset Group value ofMedium Voltage
and anAsset Type
value ofSingle Phase Overhead
. - Close the
Layer Properties
window.
- This
At the top of the
Create Features pane
, click theBack
button. In the search bar, typemedium voltage
.- Under
Electric Distribution Line
, click theMedium Voltage
template and choose theLine
tool.
- On the map, point to the first (leftmost and westernmost) connection point. When the snapping ToolTip says
Electric Distribution Junction : Point
, click to begin drawing a line connected to the point. Snap to the next point and double-click to end the line segment.- A
dirty area
rectangle appears around the new line segment. - Draw two more individual line segments to connect the rest of the points
- A
- Under
Next, you'll validate the
network topology
to clean thedirty areas
.- On the ribbon, on the
Utility Network
tab, in theNetwork Topology
group, click the top half of theValidate
button. - By default, the
Validate
command only validates dirty areas within the current map extent. - The
dirty areas
disappear.
- On the ribbon, on the
Next, you'll clear the selection and save your edits.
- On the ribbon, click the
Edit
tab. In theSelection
group, click theClear
button.
- In the
Manage Edits
group, click theSave
button.
- In the
Save Edits
window, clickYes
.
- On the ribbon, click the
Add a fuse and transformer¶
Next, you'll create fuse
and transformer
features, using the Point At End of Line construction
tool.
On the map, zoom to the last (rightmost and easternmost) connection point along Ogletree Rd.
- In the
Create Features
pane, clear the search bar. UnderElectric Distribution Device
click theFuse
template and choose thePoint At End of Line tool
.
- In the
Next, you'll create a
fuse
using an offset from the selected connection point.- Snap to the last connection point. Right-click the map to view more editing options and click Distance.
- In the
Distance
window, ensure that the unit of measurement is set toft
and type 3.- Press
Enter
to apply the distance constraint. - On the map, a construction line constrained to 3 feet extends from the connection point.
- Double-click the map to add a new fuse southeast of the selected connection point.
- Press
In the
Create Features
pane, underElectric Distribution Device
, click theTransformer
template and choose thePoint At End of Line tool
.- On the map, click the fuse point. Right-click the map and click
Distance
.
- Enter a distance of 3 ft and press
Enter
. - Double-click the map to add a new transformer to the southeast of the fuse feature.
- On the map, click the fuse point. Right-click the map and click
Next, you'll clear the selection, validate the topology, and save the edits.
- On the ribbon, click the
Edit
tab. In theSelection
group, click theClear
button. - On the
Utility Network
tab, click theValidate
button. - On the
Edit
tab, click theSave
button, and clickYes
to confirm saving the edits.
- On the ribbon, click the
Run a connected trace¶
- Next, you’ll run a connected trace to verify that the new features are connected as expected.
- A
trace
spans out from a starting point along all paths of connected features and objects until it reaches either abarrier
or theend of a path
.
On the ribbon, click the
Map
tab. In theNavigate
group, clickBookmarks
, and clickService drop
.- On the ribbon, click the
Utility Network
tab. In theTools
group, click the lower half of theTrace
button and chooseStarting Points
.
- The
Trace pane
appears with theStarting Points
tab selected.- In the Trace pane, ensure the
Add features
button is active (highlighted in blue) and theAuto Apply
check box is checked.
- In the Trace pane, ensure the
- On the ribbon, click the
On the map, click any one of the connection points to set the start location for the trace.
- A
green circle
appears on the map to mark the starting point.
- In the
Trace Locations
pane, an entry is added identifying the starting point feature.
- A
Next, you'll choose the
trace type
.- On the ribbon, in the
Tools
group, clickConnected
.
- The
Geoprocessing
pane appears, open to theTrace
tool.- The tool's parameters are configured with the default settings for a connected trace, which will confirm that features are connected as expected.
- Click
Run
. - When the trace is completed, seven features are selected on the map: the four points and the three lines you created earlier.
- On the ribbon, in the
In the
Contents
pane, click theList By Selection
tab to verify which features are selected.- The number of selected features appears next to each layer name.
Click the
List By Drawing Order
tab to return to the default view of theContents
pane. Do not clear the selection.- On the map, zoom to the
fuse
andtransformer
. - These features weren't traced because they are not connected to the others.
- Validate the topology and clear the selection.
- On the
Quick Access Toolbar
, clickSave
to save the project.- or use
ctrl + s
- or use
- On the map, zoom to the
Work with associations¶
- Not all features in the utility network are physically connected in the map.
Associations
exist to model another way that features are related to one another.- Next, you'll create
connectivity associations
to connect thetransformer
andfuse
to themedium voltage lines
. - You'll create
structural attachment associations
to connect these features to apole
- And you'll create a
containment association
to set acircuit breaker
as content inside of asubnetwork
container. - You'll also create l
ow voltage lines
extending to nearby houses and modify their terminal connections to ensure they are correctly connected to the terminal.
- Next, you'll create
Create connectivity associations¶
You created the connection point
, fuse
, and transformer
features so they are displayed at a distance of 3 feet
from one another.
- In reality, they are all geometrically coincident, but if you drew them all in the same location, the map would be difficult to read.
- Next, you'll model
connectivity associations
between these three features. - This will ensure that they are considered connected by the
network topology
even though the features are not touching on the map.
On the ribbon, click the
Utility Network
tab. In theAssociations
group, clickModify
.- In the
Modify Associations
pane, clickAdd features
.
- The
Add features
tool will display a different arrow icon as you move over the map.- Click the
connection point
feature.
- Click the
- In the
Modify Associations
pane, theActive Item
menu is populated with the connection point feature. - You'll create a
connectivity association
between theconnection point
and thefuse
feature.
- In the
Expand the
Junction - Junction
section. Next to theAdd selected
button, click the add features button.On the map, click the
fuse
feature.- The fuse is added to the
Junction - Junction
section of the pane with a green bar to indicate it is a new association. - In the
Modify Associations
pane, clickApply
.
- The fuse is added to the
Dirty areas
appear around theconnection point
andfuse
features.Next, you'll create a
connectivity association
between thefuse
and thetransformer
.- In the
Modify Associations
pane, in theJunction - Junction
section, right-clickElectric Distribution Device Fuse
and chooseModify Associations
.- For me, it looks like they change the focal object from connection points to
fuse
after chooseModify Associations
- For me, it looks like they change the focal object from connection points to
- The
Active Item
updates to thefuse
and theconnectivity associations
for thefuse
are listed.- The
fuse
has one connectivity association with theconnection point
. This is the association you created in the previous steps. - In the
Junction - Junction
section, click the add features button and click the transformer feature on the map.- The transformer is added to the
Junction - Junction
section. - Next to
Electric Distribution Device Transformer
, ensure thatTerminal
is set toHigh
. - Click
Apply
.
- The transformer is added to the
- The
- In the
On the ribbon, in the
Associations
group, clickView
to turnView Associations Mode
on.View Associations Mode
displaysconnectivity associations
on the map as dashed brown lines.- On the ribbon, in the
Associations
group, click theView
button to turn offView Associations Mode
.
Ensure that all three
dirty areas
are within view andvalidate
the topology.- Save your edits.
Modify terminal connections¶
Now that the transformer
is connected to the medium voltage line
via connectivity associations
, you'll create service points
for the nearby houses.
- You'll connect them to the
transformer
withlow voltage service lines
and ensure that they connect via the correct terminal.
Zoom to the Service Points bookmark.
Reopen the
Create Features
pane. UnderElectric Distribution Device
, click theService Point
template and choose thePoint
tool.In the
Create Features
pane, search for and clickLow Voltage
template.- Click the
Radial
tool.- This tool will create
line
features originating from a common center.
- This tool will create
- On the map, zoom to and click the
transformer
feature.
- Build
Low Voltage
line betweenservice points
andtransformer
- Click the
On the ribbon, click the
Utility Network
tab. In theNetwork Topology
group, clickTerminal Connections
.The
Modify Terminal Connections
pane appears.In the
Modify Terminal Connections
pane, ensure theSelect a line feature
button is active (highlighted in blue).On the map, click one of the
low voltage lines
.The
low voltage
line feature is added to theModify Terminal Connections
pane. One terminal connection is listed, for the transformer device.High
is thedefault
choice, but it is shown inred
to indicate it is an invalid choice.
- In this case, it is invalid because the
fuse
is already connected to thetransformer
via the high side terminal.
For
Terminal
, chooseLow
.Click Apply.
In the same manner, click the remaining lines and set their
Terminal
attribute toLow
.Validate
thetopology
, clear the selection, andsave
your edits.