Hi everyone,
Our team is attempting to perform a direct spatial clip of a Utility Network stored in an enterprise geodatabase (SDE). The goal is to remove all Utility Network features that lie outside of our endorsed area by selecting those records and deleting them directly from the SDE.
We tested this approach using a Python script to clip the Utility Network in place, but encountered errors when processing Devices, Lines, and Junctions. We are interested in understanding whether there is a supported or reliable method to directly clip all Utility Network feature classes within the SDE.
As a workaround, we have proposed the following workflow for the Utility Network (devices, lines, and junctions) using ArcGIS Pro 3.5:
Extract subnetwork controller information
Disable subnetwork controllers
Disable network topology
Perform clipping operations via REST services
Re-enable network topology
Validate network topology
Re-enable subnetwork controllers
We would appreciate any feedback or recommendations on refining this approach or guidance on whether direct clipping within the SDE is feasible. Given the inherent complexity and interdependencies of the Utility Network, we are particularly interested in whether this workflow is sufficiently comprehensive and whether it preserves the structural and topological integrity of the network after the clipping operation.
Any insights, best practices, or potential risks to be aware of would be greatly appreciated. Thank you!