arcgis python 异常处理
摘要:
import arcpy in_features = "c:/base/transport.gdb/roads" try: # Note: CopyFeatures will always fail if the input and output are # the same feature class arcpy.CopyFeatures_management(in_features, in_f 阅读全文
posted @ 2019-11-01 20:49 gisai 阅读(1349) 评论(0) 推荐(0) 编辑