This item has been moved to mature support. Please see What's new for more information.

Overview

Water Geometric Network Editing and Analysis

Water Geometric Network Editing and Analysis can be used to map and manage asset information using a geometric network.

Requirements

Water Geometric Network Editing and Analysis requires specific technical experience and software.

Requirement Description
Software
Desktop
  • ArcMap (Advanced) 10.2.1, 10.6 - 10.9
Data Publishing
  • ArcGIS Online
  • ArcGIS Enterprise 10.6 - 10.9

What you get

When you download the Water Geometric Network Editing and Analysis, you'll find the following in the zip file:

Directory Item Description
Application Add-ins

The Attribute Assistant provides a series of predefined methods to automatically populate attributes (for example, assign valve size based on the water main feature it intersects) when features are created and updated.


Water Utility Network Tools provides the Water Utility Editing toolbar, Water Utility Network Reporting toolbar, and a set of construction tools.

MapsandGeodatabase WaterUtilityNetworkEditingAndAnalysis.mxd A map document used for editing and analysis of water, sewer, and stormwater assets.
WaterUtilities.gdb A sample geodatabase with water, sewer, and stormwater data from the City of Naperville, Illinois. To learn more about the schema of the WaterUtilities.gdb, see the data dictionary.
PublishTracing.gdb A sample geodatabase with the outage details schema.
ReferenceData.gdb The sample geodatabase with reference data from the City of Naperville, Illinois.
Water Utility Network Editing.pyt A Python toolbox with tools used to abandon and un-abandon water utility data.
Water Utility Network Editing.pyt.xml Metadata for the Water Utility Network Editing.pyt toolbox.
WaterUtilityNetworkEditing.AbandonFeatures.pyt.xml Metadata for the AbandonFeatures tool.
WaterUtilityNetworkEditing.UnAbandonFeatures.pyt.xml Metadata for the UnAbandonFeatures tool.

What's new

Below are the release dates and notes for Water Geometric Network Editing and Analysis.

Date Description
November 2023
  • Water Geometric Network Editing and Analysis has been moved to Mature Support.
March 2019
  • The PublishTracing toolbox and ArcREST has been removed. The trace included in the Water Outage solution has been improved to provide the same results as the desktop trace.
  • The latest release of the Attribute Assistant Add-In. See release notes for more information.
  • A resolution to a bug where the Valve Isolation Trace was slow when a closed valve query was specified in the configuration file. (BUG-000113151)
  • A resolution to a bug where the create lateral tools in the Water Utility Network Editing toolbar generated disconnected doglegs.(BUG-000117531)
  • A resolution to a bug where arithmetic rotation was not uniformly generated. (BUG-000113365)
  • A resolution to an issue where flags and barriers were not drawn in the correct location on the map when the projection of the map and the data differed.
  • A resolution to a bug where exporting data to Microsoft Excel incorrectly displayed the year as a three digit value. (BUG-000113999)
June 2018
  • Renamed from Water Utility Network Editing and Anlaysis to Water Geometric Network Editing and Analysis
April 2018
  • A resolution to a bug where the Abandon Features geoprocessing tool generates an error while converting a line feature to the abandoned line feature class. (BUG-000110412)
January 2018
  • The latest release of the Attribute Assistant Add-In. See release notes for more information.
  • The latest release of the Water Network Editing Add-In, which includes the following:
    • A resolution to a bug where the results from an upstream or downstream trace did not appear in the Editor Attributes pane during an edit session. (BUG-000108521)
    • A resolution to a bug where the Merge Network Lines tool would fail, generating system errors, when a line feature class had a subtype set. (BUG-000106328)
    • A resolution to a bug where the point along the start or end of a line would not plot in the profile graph. (BUG-000105800)
    • A resolution to a bug where the Layer Viewer tool would generate a script error when a layer was accessed through the tool. (BUG-000105841)
    • A resolution to a bug where the Add Point and Split Intersecting Line tool would cause ArcMap to crash after ending an edit session when the Tools toolbar was turned off. (BUG-000104703)
    • A resolution to a bug where the Add Point and Split Intersecting Line tool would create a point with null geometry when used to orphan junctions. (BUG-000104519)
    • A resolution to a bug where an error would occur when using the Connection Checker tool. (BUG-000095345)
    • A resolution to an issue where the Split at Lateral tool would not work when setting the distance as a percent.
    • A resolution to an issue where the interpolated mid-elevation was being incorrectly calculated when using the Split Line with Selected Point tool.
    • A resolution to an issue where no error message was presented when using the Split Line at Point tool and an Attribute Assistant rule that aborts the edit operation.
    • An update to the Create Line with Points tool prompts to label the dialogs with start, middle, and end. Additionally, the middle prompt is removed from the dialog if no vertex was added.
    • An enhancement to include a new configuration parameter to specify the order in which saves occur when using a line with points construction tools.
  • A resolution to an issue where the stormwater main default editing template when using the Connect Closest construction tool was invalid.
June 2017
  • An update to the wAbandonedPoint and wAbandonedLine layers in the WaterUtilities.gdb. The POINTTYPE and LINETYPE fields were renamed to ABANSOURCE. The LINETYPE field was also used in the wLateralLine class and the value in this field would be overwritten by the layer name when a feature was abandoned.
  • A rewrite of the Water Utility Network Editing from a Geoprocessing toolbox to a Python toolbox which includes a complete refactor of the Abandon and Un-Abandon tools.
  • The removal of the Abandon Water Assets and Unabandon Water Assets geoprocessing models. Default values to abandon or unabandon water assets have been migrated to the Abandon Features and Un-abandon Features tools.
  • A resolution to an issue where the tools were attempting to apply values to non-editable fields.
  • A resolution to an issue where non-visible fields in the source or target were transferred or copied to assets when abandoning or un-abandoning. (BUG-000101506)
  • A resolution to an issues where abandoning an asset would cause an invalid state in an enterprise geodatabase (BUG-000101534).
  • An enhancement to the abandon and unabandon tools to provide better support for file geodatabases, versioned enterprise geodatabases, and un-versioned enterprise geodatabases.
  • An enhancement to the abandon and unabandon tools to use ArcPy Data Access cursors.
March 2017
  • The LocalGovernment.gdb has been removed and replaced with a series of geodatabases to support the water network editing and analysis workflows.
  • The Raster.gdb has been removed. The required raster is now included in the Reference.gdb.
  • The inclusion of the WaterUtilities.gdb, which contains water, sewer, and stormwater data from the City of Naperville, Illinois. To learn more about the schema of the WaterUtilities.gdb, see the data dictionary.
  • The inclusion of the Reference.gdb, which contains data in the editing basemap.
  • An update to the water, sewer, and stormwater feature datasets to include a vertical coordinate system.
  • The latest release of the Attribute Assistant Add-In. See release notes for more information.
  • The latest release of the Water Network Editing Add-In, which includes the following:
    • An enhancement to the configuration file for the Add Laterals at Connections tool to optionally split laterals or mains where they intersect points. (Issue 137)
    • An enhancement to the configuration file that adds an option to control behavior of splitting features. For more information, see the Splitting lines workflow. (Issue 181)
    • A resolution to a bug where the Connect Closest tool would not process all points. (Issue 200)
    • A resolution to a bug where the Connect Closest construction tool would incorrectly trigger an ON_CHANGE event. Only ON_CREATE is now triggered. (Issue 212)
    • An enhancement to add the Show Config Information button to the Water Utility Network Reporting toolbar. (ENH-000100427)
July 2016
June 2016
  • The latest release of the Attribute Assistant Add-In. See release notes for more information.
  • The latest release of the Water Network Editing Add-In. The latest release includes the following:
    • A resolution to a bug where the map was not automatically refreshing after using the Add a Point and Split an Intersection Line construction tool. (Issue 104).
    • An enhancement to the isolation trace workflow to store a count of returned assets in the trace area layer (Issue 92).
    • An enhancement to suppress error messages when running the Add Laterals as Connections tool on multiple selected connection features (Issue 94).
  • The OutageDetails.mxd and OutageDetails.gdb have been removed and replaced with the Outage Viewer.
  • The inclusion of the PublishTracing.gdb that includes the LayerMap table and OutageArea layer to support the isolation trace workflow.
  • The most recent LocalGovernment.gdb.
February 2016
  • The latest release of the Attribute Assistant Add-In.
  • The latest release of the Water Network Editing Add-In. The latest release includes the following:
    • Option to return isolation trace results as a set of in-memory group layers.
    • An enhancement that allows a user to batch load barriers. (ENH-000086166)
    • A resolution to a bug where the Establish Digitized Flow Direction failed to complete with a cross transactional version join in ArcMap (BUG-000088885).
    • A resolution to a bug in which multiple copies of the same feature class were present in the table of contents, the Add a Connection and Lateral editing tool would only create features for the top most layer (BUG-000087366).
    • A redesign to the configuration files. If you have a previous version installed, your existing Loaded.config will automatically be ported to the new loaded.water.config file.
  • Local Government toolbox has been removed and replaced with Water Utility Network Editing.tbx. This toolbox includes the Abandon and Unabandon scripts and tools.
  • A new toolbox and schema to publish the in-memory trace results to a feature service.
  • The most recent LocalGovernment.gdb.
October 2015
  • A resolution for an issue where Cap feature template in Fittings was creating a Bend.
  • A resolution for an issue where un-abandoned features were not correctly displaying in the map document.
July 2015
  • The latest release of the Attribute Assistant Add-In.
  • The latest release of the Water Network Editing Add-In.
  • The most recent Local Government toolbox.
  • The most recent LocalGovernment.gdb.
  • New map document that no longer includes the Sewer Taps and Field Notes layers.
  • An enhancement to the Water Network Editing Add-In that adds support for more complex valve isolation trace workflows, new parameter added to the config - TraceIsolation_Valve_ClosedValveQuery.
  • A resolution to a bug in the Water Network Editing Add-In flow accumulation tools that precluded edges from being summarized.
  • A resolution to a bug in the Add Connection and Lateral tool where flow directions were not being reset when batch creating features. (BUG-000087054)
December 2014
  • Support for ArcGIS 10.3.
  • The latest release of the Attribute Assistant Add-In.
  • The latest release of the Water Network Editing Add-In.
  • The most recent Local Government toolbox.
  • The most recent LocalGovernment.gdb.
June 2014
  • The most recent Local Government toolbox.
  • The most recent LocalGovernment.gdb.
  • The latest release of the Attribute Assistant Add-In.
  • The latest release of the Water Network Editing Add-In.
February 2014
  • The latest release of the Attribute Assistant Add-In.
  • The latest release of the Water Utility Network Tools Add-In.
  • The source code for the add-ins is now available on GitHub and is no longer included in the download.
  • This release has been certified with ArcGIS 10.1.1 and 10.1.1 Quality Improvement Patch.
December 2013

The 10.2.0.1 release includes the following:

  • The 10.2.0.1 release has been tested and certified on ArcGIS 10.2.1.
  • Series of bug fixes to the Attribute Assistant and Water Utility Network Tools Add-Ins.
  • The most recent Local Government Tools toolbox.
  • The latest release of the Attribute Assistant Add-In and Water Utility Network Tools Add-In.s

The 10.2 release includes the following:

  • The most recent LocalGovernment.gdb.
  • The latest release of the Attribute Assistant Add-In and Water Utility Network Tools Add-Ins.
  • An updated WaterUtilityNetworkEditingAndAnalysis.mxd that incorporates changes made to the Local Government Information Model.
  • The first release of the Local Government Tools toolbox - a single toolbox that replaces the individual toolboxes previously provided with each map or application.
  • The source code for the add-ins is now available on GitHub and is no longer included in the download.
  • Enhanced the ToolTips text and tool descriptions for each of the toolsets.
  • Resolved issues with the Connection Checker and Junction Flag tools.
  • Enhanced the log file so comments can be added by the user.
  • Revised and resolved minor bugs within the configuration file.
  • Resolved an issue that affected configuration file entries with decimal values.
November 2012
  • The most recent Local Government sample geodatabase.
  • The latest release of the Attribute Assistant add-in and source code.
  • A resolution to a bug that precluded the flow from being set properly after using the Add Laterals and Connect Closest tools.
  • An update to the Network Editing map to reflect changes to the wNetworkStructure data structure.
  • Infrastructure Network Editing is renamed Water Utility Network Editing and Analysis.
  • A renamed map document (InfrastructureNetworkEditing.mxd to WaterUtilityNetworkEditingAndAnalysis.mxd).
  • The add-in is renamed from InfrastructureDesktopToolbar.esriAddIn to WaterUtilityNetworkTools.esriAddIn.
  • The Infrastructure Editing toolbar is renamed Water Utility Network Editing and Analysis toolbar.
  • The Infrastructure Reporting toolbar is renamed Water Utility Network Reporting toolbar.
  • The Infrastructure Construction tools are renamed Water Utility Network Editing and Analysis construction tools.

Get started with Water Utility Network Editing and Analysis

Top