0
点赞
收藏
分享

微信扫一扫

ArcGIS Python不支持多进程

书呆鱼 2022-11-26 阅读 146

ArcGIS Python不支持多进程,会启动多个ArcGIS Pro

from multiprocessing import Process

p = Process(target=checkone, args=(geometry, FID, iCur, pfeat,), name='checkone')
p.start()

举报

相关推荐

0 条评论