随笔分类 -  arcgispython

摘要:1 出现的情况如下: 2 修改 文件头部添加 主要是Window系统对中文的识别 # -- coding:cp936 – 阅读全文
posted @ 2021-01-01 14:04 我的院子 阅读(418) 评论(0) 推荐(0)
摘要:arcpy.AddMessage(u"处理完成!") 原因!采用的是中文叹号,修改为英文状态的! 阅读全文
posted @ 2021-01-01 13:52 我的院子 阅读(153) 评论(0) 推荐(0)
摘要:>>> import arcpy>>> fc=r"D:\楚雄州数据\testdata.gdb">>> editor=arcpy.da.Editor(fc)>>> editor.startEditing(False,True)>>> tt= arcpy.da.InsertCursor("地名地点",[ 阅读全文
posted @ 2020-02-18 10:03 我的院子 阅读(1688) 评论(0) 推荐(0)