会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Carlos the GISer - TO BE A RESEARCHER
Yesterday is History, Tomorrow a Mystery, Today is a Gift, That's why it's called the Present
博客园
首页
新随笔
联系
订阅
管理
2020年7月5日
[ArcPy Tips-3]查找属性表中的重复值(直接在Python窗口中操作)
摘要: #将某一图层某一字段全部值归入一个List的函数 def GetFieldValueList(inTable,inField): value_list=[] rows=arcpy.da.SearchCursor(inTable,inField) for row in rows: value_list
阅读全文
posted @ 2020-07-05 15:47 wsZhang
阅读(535)
评论(0)
推荐(0)
编辑
公告