Install the Utility Network Package Tools toolbox

The Utility Network Package Tools toolbox is a Python toolbox that includes tools to automate the creation and configuration of a utility network. Although the toolbox is not included with ArcGIS Pro, you can install it using the Python Package Manager.

Create a Python project environment

To create a Python project environment using the Python Package Manager in ArcGIS Pro, complete the following steps:

  1. Start ArcGIS Pro and click Settings Settings.
  2. In the list of tabs on the left, click Package Manager.
  3. In the upper right corner, click the Environment Manager button.
  4. Click the Clone environment button Duplicate on the row representing the environment you want to clone. Alternatively, click the Clone arcgispro-py3 button Define New Region to clone the default environment.
    Clone environment

    The Clone Environment dialog box appears.

  5. Select your newly cloned environment and click OK.

    Cloning an environment may take several minutes. You can close the Clone Environment dialog box while you wait. You can monitor progress in the Tasks section of the Package Manager page.

    Tasks

Install the Utility Network Package Tools toolbox using the Python Package Manager

To install the Utility Network Package Tools toolbox using the Python Package Manager, complete the following steps:

  1. In the Python Package Manager, click Add Packages to see the Python packages available for installation.
  2. In the Search box, type untools to find the Utility Network Package Tools toolbox.
  3. Select the untools package and click the drop-down arrow to update the version.
  4. Click Install to open the Install Package dialog box.
  5. Review the terms and conditions and check the check box to agree.
  6. Click Install to install the package.
  7. Once complete, close ArcGIS Pro.

    The Utility Network Package Tools toolbox is installed, and the next time you start ArcGIS Pro, you can access it from the geoprocessing toolboxes.

Top