#方法一:
cursor= arcpy.da.SearchCursor(aim_fc,["OID@","SHAPE@"]) for row in cursor: arcpy.CopyFeatures_management(row[1],gdbPath+"\\fc_"+str(row[0])) del cursor

 

方法二:
https://www.cnblogs.com/yzhyingcool/p/10274368.html

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-02-03
猜你喜欢
  • 2022-12-23
  • 2021-07-30
  • 2021-06-10
  • 2021-09-13
  • 2021-12-23
  • 2021-12-23
相关资源
相似解决方案