HowTo: Automate deleting fields from a feature class
【相关信息】
Article ID: 41113
Software:
ArcSDE 10.1
ArcGIS for Desktop Advanced 10.1
ArcGIS for Desktop Standard 10.1
ArcGIS for Desktop Basic 10.1
Platforms:
Windows Server 2003, Vista, Server 2008, Windows 7
【问题描述】
GIS users sometimes need an automated method to delete a specified number of columns or fields on feature classes when simplifying data. Instructions provided describe how to do this using a Python script.
Article ID: 41113
Software:
ArcSDE 10.1
ArcGIS for Desktop Advanced 10.1
ArcGIS for Desktop Standard 10.1
ArcGIS for Desktop Basic 10.1
Platforms:
Windows Server 2003, Vista, Server 2008, Windows 7
【问题描述】
GIS users sometimes need an automated method to delete a specified number of columns or fields on feature classes when simplifying data. Instructions provided describe how to do this using a Python script.
1 个回复
易智瑞技术支持
赞同来自:
The below Python script demonstrates how to automate deleting fields on a feature class based on a specified number, however avoiding the required fields such as the 'SHAPE' column.
1.Modify the below parameters accordingly:
2.
【创建及修改时间】
Created: 4/16/2013
Last Modified: 8/6/2013
【原文链接】
http://support.esri.com/en/kno ... 41113
要回复问题请先登录或注册