資源簡介
本程序基于arcpy編寫的Idw批處理程序,程序中具體的參數設置需根據需要自行設置
代碼片段和文件信息
#?-*-?coding:?cp936?-*-
import?arcpy
from?arcpy?import?env
from?arcpy.sa?import?*
arcpy.env.workspace=“C:/Users/dqjcs/Desktop/TM“
#?Set?the?extent?environment?using?a?keyword.
arcpy.env.extent?=?“MAXOF“
#?Set?the?extent?environment?using?the?Extent?class.
arcpy.env.extent?=?arcpy.Extent(109.00974830.489242109.765348?31.374482)
#?Set?the?extent?environment?using?a?space-delimited?string.
arcpy.env.extent?=?“109.009748?30.489242?109.765348?31.374482“
fcs=arcpy.Lis
- 上一篇:神經網絡模型python模板
- 下一篇:柵格投影轉換.py
評論
共有 條評論