1. 程式人生 > >arcgis 欄位計算器 python方法

arcgis 欄位計算器 python方法

arcgis 欄位計算器 python方法

arcgis+python使用起來簡直666得不行,簡單的例子如在欄位計算器中如果使用得好往往會得到事半功倍的效果,本文總結一下python使用過程中一些坑,主要與別的語言不同之處:

1、關於為空的欄位:
在GDB中,空欄位是NULL顯示,在VB裡面我們可以用 is null ,但在python中則不可,可用 fieldname==None 表示
這裡寫圖片描述

其他相關例子參考:
http://blog.csdn.net/chinagj07/article/details/53740706