arcpy删除GDB文件
此前做的工作是将GDB里面的文件遍历删除再重新创建nnndef deleteGDBFile(gdbpath):n env.workspace=gdbpathn fcs=arcpy.ListFeatureClasses()n for fc in fcs:n arcpy.Delete_management(fc)n fcs = arcpy.ListTables()…
此前做的工作是将GDB里面的文件遍历删除再重新创建nnndef deleteGDBFile(gdbpath):n env.workspace=gdbpathn fcs=arcpy.ListFeatureClasses()n for fc in fcs:n arcpy.Delete_management(fc)n fcs = arcpy.ListTables()…