摘要: # -*- coding: utf-8 -*-# # ErrorPointFinder.py# Created on: 2016-07-27 09:10:17.00000# (generated by ArcGIS/ModelBuilder)# Description: # import rando 阅读全文
posted @ 2016-07-27 16:55 ParamousGIS 阅读(264) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-# # mergeSubRegionData.py# Created on: 2016-07-27 09:10:17.00000# (generated by ArcGIS/ModelBuilder)# Description: # # Set the 阅读全文
posted @ 2016-07-27 16:54 ParamousGIS 阅读(389) 评论(0) 推荐(0) 编辑
摘要: path = u"H:\\data)"outpath = u"H:\\output0"current_files = os.listdir(path)for file_name in current_files: print(file_name) dirname = path + "\\" + fi 阅读全文
posted @ 2016-07-27 11:47 ParamousGIS 阅读(184) 评论(0) 推荐(0) 编辑