概述
其中,rvalue: int(random.random()*2800+102)/100.0
precentage: update( !rvalue! )
def update(value):
import arcpy
list=[]
with arcpy.da.SearchCursor(r"C:UsersgisDocumentstempdatatest.gdblilac",["rvalue"]) as cursor:
for row in cursor:
list.append(row[0])
S=sum(list)
return value / S * 100
最后
以上就是单纯羽毛为你收集整理的在arcmap中计算每个要素占总量的百分比的全部内容,希望文章能够帮你解决在arcmap中计算每个要素占总量的百分比所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复