摘要: 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 阅读(86) 评论(0) 推荐(0) 编辑