会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Youse的二分口粮地
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
17
下一页
2018年7月30日
C# yield return 用法与解析
摘要: https://blog.csdn.net/yangyong0717/article/details/71601262#commentBox yield return在list里面还是比较有用的
阅读全文
posted @ 2018-07-30 17:33 Youse的二分口粮地
阅读(294)
评论(0)
推荐(0)
2018年6月29日
arcpy 零碎知识
摘要: 记忆力越来越差,在这里记些东西: 1.使用 CURRENT 引用 ArcMap 中当前加载的地图文档时,有时需要刷新内容列表或活动视图(数据视图或布局视图)。 在 Python 窗口中输入以下两行,在每行后面按 ENTER: >>> arcpy.RefreshTOC() >>> arcpy.Refr
阅读全文
posted @ 2018-06-29 11:27 Youse的二分口粮地
阅读(329)
评论(0)
推荐(0)
arcpy加载mxd文件时,无效的MXD路径,提示assert (os.path.isfile(mxd) or (mxd.lower() == "current")), gp.getIDMessage(89004, "Invalid MXD filename")
摘要: 无效的MXD路径,将路径前加‘u’,改为这种: mxdPath = u"C:\\1331\\DB\\Original Files\\dd.mxd"参考: https://gis.stackexchange.com/questions/229353/batch-mxd-processing-retur
阅读全文
posted @ 2018-06-29 09:39 Youse的二分口粮地
阅读(1919)
评论(0)
推荐(0)
2018年6月20日
Python IDLE arcpy设置环境变量
摘要: 在IDLE中 import arcpy help(arcpy) 得到的路径为: 但是在arcmap中,路径为: 说明IDLE的环境变量设置有问题: 在windows的环境变量中设置环境变量PYTHONPATH(没有的话自己新建),设置为:C:\Program Files (x86)\ArcGIS\D
阅读全文
posted @ 2018-06-20 09:49 Youse的二分口粮地
阅读(1875)
评论(0)
推荐(0)
2018年6月15日
Python idle运行代码出现'ascii' codec can't encode characters in position 0-2
摘要: 编码问题,采用一种方法: Python代码 ,开头加: 在idle中运行后没错误,但是不显示内容,但是在arcmap内置的Python里面可以显示结果,原因尚不知晓。 https://blog.csdn.net/jueblog/article/details/51123411
阅读全文
posted @ 2018-06-15 09:08 Youse的二分口粮地
阅读(208)
评论(0)
推荐(0)
2018年6月14日
arcmap发布服务报错:“Faild to publish service”
摘要: 发布gp服务时,Analyze没有重大错误,但是发布结束时提示"Faild to publish service".让人很懵逼: 解决方法: 打开arcgis server manager/或者在catalog里面,重启PublishingTools. 如果重启失败,可能需要重装arcgis ser
阅读全文
posted @ 2018-06-14 16:01 Youse的二分口粮地
阅读(414)
评论(0)
推荐(0)
2018年6月13日
GIS优秀博客以及网址收藏,持续更新
摘要: 1.gislaozhang arcpy,模型构建器,arcpro 地址:https://blog.csdn.net/gislaozhang?t=1 2.雾语 arcpy,模型构建器,arcgis api for js 地址:http://www.cnblogs.com/gishh/p/4886437
阅读全文
posted @ 2018-06-13 16:04 Youse的二分口粮地
阅读(227)
评论(0)
推荐(0)
2018年6月11日
AE实现拖拽
摘要: http://edndoc.esri.com/arcobjects/9.2/net/63391c82-c2e6-4797-b2e6-2c1d92f56f44.htm http://help.arcgis.com/en/sdk/10.0/Arcobjects_net/conceptualhelp/in
阅读全文
posted @ 2018-06-11 13:06 Youse的二分口粮地
阅读(227)
评论(0)
推荐(0)
2018年6月6日
【ArcGIS for Server】制作并发布GP服务--缓冲分析为例
摘要: https://www.cnblogs.com/d2ee/p/3641279.html https://www.jianshu.com/p/5331fa708fe5 https://www.cnblogs.com/mumu122GIS/p/6097687.html
阅读全文
posted @ 2018-06-06 16:02 Youse的二分口粮地
阅读(158)
评论(0)
推荐(0)
2018年5月3日
ArcGIS API for JavaScript经典例子
摘要: 地址为本地 1.绘制图形: http://localhost/arcgis_js_api/sdk/sandbox/sandbox.html?sample=toolbar_draw 2.双击编辑图形 http://localhost/arcgis_js_api/sdk/sandbox/sandbox.
阅读全文
posted @ 2018-05-03 14:43 Youse的二分口粮地
阅读(289)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
17
下一页
公告