• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

gisoracle

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 159 下一页

2019年8月14日

ArcGIS Python 唯一值专题

摘要: import arcpy mxd = arcpy.mapping.MapDocument("current") lyr = arcpy.mapping.ListLayers(mxd)[0] if lyr.symbologyType == "UNIQUE_VALUES": lyr.symbology.valueField = "NAME" lyr.symbology.addAllValu... 阅读全文

posted @ 2019-08-14 21:17 gisai 阅读(376) 评论(0) 推荐(0)

2019年8月11日

arcpy 获得是否为布局mxd.activeView

摘要: mxd.pageSizePageSize(width=21.59004318008636, height=27.940055880111764) 阅读全文

posted @ 2019-08-11 22:17 gisai 阅读(275) 评论(0) 推荐(0)

2019年8月8日

python 度分秒转度

摘要: python 度分秒转度 阅读全文

posted @ 2019-08-08 13:03 gisai 阅读(2959) 评论(0) 推荐(0)

2019年8月5日

我的新书,ArcGIS从0到1,京东接受预定,有160个视频,851分钟

摘要: ArcGIS从0到1 阅读全文

posted @ 2019-08-05 07:36 gisai 阅读(670) 评论(0) 推荐(0)

2019年8月4日

python 数字转字符保留几位小数 by gisoracle

摘要: python 数字转字符保留几位小数 by gisoracle 阅读全文

posted @ 2019-08-04 07:41 gisai 阅读(1372) 评论(0) 推荐(0)

2019年7月31日

arcgis python 获得表字段的唯一值

摘要: arcgis python 获得表字段的唯一值 阅读全文

posted @ 2019-07-31 20:47 gisai 阅读(586) 评论(0) 推荐(0)

2019年7月27日

获得数据源和路径desc.catalogPath

摘要: workspace:C:\Users\dell\Documents\ArcGIS\Default.gdb\ddf inPath:c:\users\dell\documents\arcgis\default.gdb\ddf\szfile:szextension:baseName:szName:szda 阅读全文

posted @ 2019-07-27 07:07 gisai 阅读(311) 评论(0) 推荐(0)

Editor (arcpy.da)

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2019-07-27 06:38 gisai 阅读(4) 评论(0) 推荐(0)

arcpy workspace already in transaction mode

摘要: arcpy workspace already in transaction mode RuntimeError: workspace already in transaction mode 同一个工作空间的数据已有数据在更新,就不能插入了 不要使用da. arcpy.da.UpdateCursor 阅读全文

posted @ 2019-07-27 06:28 gisai 阅读(949) 评论(0) 推荐(0)

2019年7月20日

python中文显示乱码,已经在开头有了coding: utf-8

摘要: 乱码原因:因为你的文件声明为 utf-8,并且也应该是用 utf-8 的编码保存的源文件。但是 windows 的本地默认编码是 cp936,也就是 gbk 编码,所以在控制台直接打印 utf-8 的字符串当然是乱码了。 解决方法: py文件用记事本打开,另存为utf-8格式即可 阅读全文

posted @ 2019-07-20 11:27 gisai 阅读(1341) 评论(0) 推荐(0)

上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 159 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3