From 18d4d31be7234d3e77348f5fdac179414b4edeaa Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 6 Dec 2023 12:34:07 -0500 Subject: [PATCH 1/2] Fix pc2dem.py --- contrib/pc2dem/pc2dem.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/pc2dem/pc2dem.py b/contrib/pc2dem/pc2dem.py index 3e2811c1..dc9743fe 100755 --- a/contrib/pc2dem/pc2dem.py +++ b/contrib/pc2dem/pc2dem.py @@ -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() ) \ No newline at end of file From b3ae35f5e56156c6972a2b3df1222d96d6f4a915 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 6 Dec 2023 13:52:24 -0500 Subject: [PATCH 2/2] Update dem2mesh --- SuperBuild/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperBuild/CMakeLists.txt b/SuperBuild/CMakeLists.txt index 4e6a1500..ca3bd6a7 100644 --- a/SuperBuild/CMakeLists.txt +++ b/SuperBuild/CMakeLists.txt @@ -223,7 +223,7 @@ externalproject_add(poissonrecon externalproject_add(dem2mesh GIT_REPOSITORY https://github.com/OpenDroneMap/dem2mesh.git - GIT_TAG 313 + GIT_TAG 334 PREFIX ${SB_BINARY_DIR}/dem2mesh SOURCE_DIR ${SB_SOURCE_DIR}/dem2mesh CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${SB_INSTALL_DIR}