资源简介
利用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
- 上一篇:KNN-mnist识别
- 下一篇:pywin32官方api文档
评论
共有 条评论