xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡(jiǎn)介

Arcgis中利用python語言對(duì)shp文件批量計(jì)算面積,注釋詳細(xì),只需更改shp文件輸入及結(jié)果輸出文件夾路徑即可

資源截圖

代碼片段和文件信息

#?-*-?coding:?utf-8?-*-
import?osarcpydatetimeshutil
from?arcpy?import?env

Shppath?=?r‘E:\DataTest\Area‘??#輸入shp文件所在文件夾
outpath?=?r‘E:\DataTest\Area\aa‘??#輸出結(jié)果所在文件夾


#?start?calculate?time
startTime?=?datetime.datetime.now()
#?Set?workspace
filelist?=?os.listdir(Shppath)
file_raw_list?=?filter(lambda?filename:filename[-4:]?==?‘.shp‘?filelist)????

#?Set?local?variables
for?i?in?range(len(file_raw_list)):?
????i

評(píng)論

共有 條評(píng)論