03 2020 档案

摘要:受邀研究了一下arcpy生成界址点成果表,如有需要定制工具或源码可以联系作者。 2020年11月补充 实现了一个新的模板,详见ArcGIS生成界址点成果表Excel的主要实现方法(arcpy) - 知乎 (zhihu.com) 以下是原文 工具与结果如下: 主要实现方式 1.通过getPointLi 阅读全文
posted @ 2020-03-29 22:29 yzhyingcool 阅读(3261) 评论(2) 推荐(0) 编辑
摘要:安装 python2.7 对应django1.11 使用镜像源加快下载速度,安装成功。 pip install django==1.11 -i https://pypi.doubanio.com/simple/ 查看安装是否成功。 python -m django --version 添加环境变量到 阅读全文
posted @ 2020-03-12 21:40 yzhyingcool 阅读(308) 评论(0) 推荐(0) 编辑
摘要:with arcpy.da.UpdateCursor(in_table=in_table,field_names=in_field,) as cursor: for row in cursor: guid=str(uuid.uuid1()).upper() if is_upper else str( 阅读全文
posted @ 2020-03-10 16:38 yzhyingcool 阅读(1488) 评论(0) 推荐(0) 编辑
摘要:source:https://blog.csdn.net/qq_37350706/article/details/81707862?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevan 阅读全文
posted @ 2020-03-06 22:00 yzhyingcool 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-05 15:41 yzhyingcool 阅读(945) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示