Arcpy 第一个函数式的写法[纪念]

import arcpynndef MDBToSHP(inMdb, outPath):n arcpy.env.workspace = inMdbn outLocation = outPathn fcs = arcpy.ListFeatureClasses()n fcCount = len(fcs) n for fc in fcs: n # Copy t