资源简介

利用python 在arcgis 中自动根据书驱动页面按页面名称自动命名后导出为JPG图片

资源截图

代码片段和文件信息

 import_path = r“C:\Users\hh\Desktop\e.mxd“   # Path of .mxd
... export_path = “C:/Users/hh/Desktop/tujian/“   # Path of output file
... field_name = “mingcheng“ # Name of field used to sort DDP
... 
... mxd = arcpy.mapping.MapDocument(import_path) 
... for i in rang

评论

共有 条评论