1.ARCGIS在导入Excel坐标点的时候出现"没有注册类"的情况怎么办? 确保你本机上装有office,并且版本要能够识别XLSX格式.2007以上. 2.导入excel时result报错 ERROR 000361: The name starts with an invalid characterFailed to execute (FeatureClassToFeatureClass). 描述 任何数据库都可以对表名和字段名的命名进行限制.例如,文件地理数据库中的表不能以数字或
# -*- coding: cp936 -*- import arcpy, os, string #Read input parameters from script tool PDFList = string.split(arcpy.GetParameterAsText(0), ";") outPDFpath = arcpy.GetParameterAsText(1) #Create a new PDF object to store the results outputPDF =