Verify and repair a geometric network with Python
【相关信息】
Article ID: 46100
Software:
ArcGIS for Desktop Advanced 10.2.1, 10.3, 10.3.1, 10.2.2
ArcGIS for Desktop Standard 10.2.1, 10.3.1, 10.2.2, 10.3
Platforms: N/A
【问题描述】
This is a workflow for running the Verify and Repair Connectivity tool with the exhaustive check option in a Python script.
Article ID: 46100
Software:
ArcGIS for Desktop Advanced 10.2.1, 10.3, 10.3.1, 10.2.2
ArcGIS for Desktop Standard 10.2.1, 10.3.1, 10.2.2, 10.3
Platforms: N/A
【问题描述】
This is a workflow for running the Verify and Repair Connectivity tool with the exhaustive check option in a Python script.
1 个回复
易智瑞技术支持
赞同来自:
1. Create a fishnet using the extent of the geometric network. Depending on the size and concentration of the network, choose a number of rows and columns that minimize high concentrations of the network. Be sure to select Polygon as the output geometry.
2. From the fishnet, remove any cells where the geometric network does not have data.
3. Use the following sample Python script to loop through the extent of each of the cells to perform a verify and repair.
【其它相关参考】
【创建及修改时间】
Created: 12/30/2015 Last Modified: 1/5/2016
【原文链接】
http://support.esri.com/en/kno ... 46100
要回复问题请先登录或注册