需求:将字段Type的code对应到新的字段ClassName中
目的为:
新建ClassName字段,启动字段编辑器,做下图操作即可:
Pre-logic Script Code里面的代码是标准格式的Python,可以写很复杂的函数,这次用到的代码是:
def nae(type):
if type==1:
return "建筑和道路"
elif type==2:
return "植被"
elif type==3:
return "裸地"
else:
return "水体"