gpt4 book ai didi

python - 在 Python 中进行多线程/并行处理的最简单方法

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:23:20 26 4
gpt4 key购买 nike

<分区>

我有一份文件列表,这些文件需要在拼接在一起之前仅使用一个命令进行预处理。此预处理命令通过系统调用使用第三方软件写入 geoTIFF。我想使用多线程,以便可以同时对单个文件进行预处理,然后在处理完所有单个文件后,可以将结果拼接在一起。

我以前从未使用过多线程/并行处理,在互联网上搜索了几个小时后,我仍然不知道最好、最简单的方法是什么。

基本上,是这样的:

files_list = # list of .tif files that need to be mosaicked together but first, need to be individually pre-processed

for tif_file in files_list:
# kick the pre-processing step out to the system, but don't wait for it to finish before moving to preprocess the next tif_file

# wait for all tiffs in files_list to finish pre-processing
# then mosaick together

我怎样才能做到这一点?

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com