利用arcpy實現shapefile文件導出.csv文件

今天我們來學習一個關於使用shapefile文件導出csv文件的功能。首先,這裏需要遍歷shapefile文件。然後將字段值的寫入到csv文件中。具體的實現代碼如下所示。 #coding=utf-8 import arcpy import codecs import sys def getCount( fc): r = arcpy.GetCount_management(fc)
相關文章
相關標籤/搜索