arcpy workspace already in transaction mode

 

RuntimeError: workspace already in transaction mode

同一个工作空间的数据已有数据在更新,就不能插入了

不要使用da.

arcpy.da.UpdateCursor 与 arcpy.UpdateCursor 不要混淆。

这里需要使用arcpy.UpdateCursor ,其他使用arcpy.da.UpdateCursor

相关文章:

  • 2021-10-19
  • 2022-12-23
  • 2021-07-22
  • 2021-12-24
  • 2021-06-20
猜你喜欢
  • 2021-10-10
  • 2022-12-23
  • 2021-05-26
相关资源
相似解决方案