会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
GIS hacker
Yesterday is History, Tomorrow a Mystery, Today is a Gift, That's why it's called the Present
博客园
首页
新随笔
联系
订阅
管理
10 2021 档案
[ArcPy Tips-4] 找到一个ShapeFile里面积最大的多边形!
摘要:import arcpy,os,sys import arcpy.da srcDir = "E:\\xxx\\xxx\\" for file in os.listdir(srcDir): if os.path.splitext(file)[1] == ".shp": print(file) inpu
阅读全文
posted @
2021-10-28 21:50
wsZhang
阅读(123)
评论(0)
推荐(0)
公告