From 2ccad6ee9d0bd76b890fc5b70412d38310023084 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 4 Dec 2023 22:26:04 -0500 Subject: [PATCH] Fix renderdem bounds calculation --- VERSION | 2 +- opendm/dem/commands.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 619b53766..a0891f563 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.3 +3.3.4 diff --git a/opendm/dem/commands.py b/opendm/dem/commands.py index f7d0ed7b1..84af5c7d1 100755 --- a/opendm/dem/commands.py +++ b/opendm/dem/commands.py @@ -90,6 +90,7 @@ def create_dem(input_point_cloud, dem_type, output_type='max', radiuses=['0.56'] '--max-tiles {maxTiles} ' '--decimation {decimation} ' '--classification {classification} ' + '--tile-size 4096 ' '--force '.format(**kwargs), env_vars={'OMP_NUM_THREADS': max_workers}) output_file = "%s.tif" % dem_type