ArcGIS删除重复点数据

1. 在arcmap中导入有重点的数据,如quzhengfu_point.shp。用arctoolbox中的overlay -> intersect工具,把重复的点选出来。在其中的 xy tolerance 设置一个很小的值,例如0.00001.存为一个新的数据名称例如:quzhengfu_point_Intersect.shp。

2. 再选用overlay -> erase工具设置好相关项,input features为quzhengfu_point.shp,erase features 为 quzhengfu_point_Intersect.shp,output features class 为quzhengfu_point_Erase.shp。同样设置xy tolerance 值。就ok
 
3. 再之后再把quzhengfu_point_Intersect.shp和quzhengfu_point_Erase.shp数据合并存为新的newquzhengfu_point.shp就ok。
原文地址:https://www.cnblogs.com/yuanbao/p/1914027.html