摘要:
# -*- coding: utf-8 -*-# # ErrorPointFinder.py# Created on: 2016-07-27 09:10:17.00000# (generated by ArcGIS/ModelBuilder)# Description: # import rando 阅读全文
摘要:
# -*- coding: utf-8 -*-# # mergeSubRegionData.py# Created on: 2016-07-27 09:10:17.00000# (generated by ArcGIS/ModelBuilder)# Description: # # Set the 阅读全文
摘要:
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 阅读全文