Install the Utility Solutions Tools toolbox

The Utility Solutions Tools toolbox is a Python toolbox with toolsets for common utility workflows. Although the toolbox is not shipped with ArcGIS Pro, it can be installed using the Python Package Manager.

Create a Python project environment

To create a project environment using the 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 Solutions Tools toolbox using the Package Manager

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

  1. In the Package Manager, click Add Packages to see the Python packages that can be installed.
  2. Click Refresh Refresh to update the list of available packages.
  3. In the Search box, type utilsolutions to find the Data Loading Tools toolbox.
  4. Select the utilsolutions package and click the drop-down arrow to update the version.
  5. Click Install to open the Install Package dialog box.
  6. Review the terms and conditions and check the check box to agree.
  7. Click Install to install the package.
  8. Once complete, close ArcGIS Pro.

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

Top