pull/1729/head
Piero Toffanin 2023-12-06 12:34:07 -05:00
rodzic 7048868f28
commit 18d4d31be7
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -51,6 +51,5 @@ commands.create_dem(args.point_cloud,
outdir=outdir,
resolution=args.resolution,
decimation=1,
max_workers=multiprocessing.cpu_count(),
keep_unfilled_copy=False
max_workers=multiprocessing.cpu_count()
)