diff --git a/VERSION b/VERSION index 619b5376..a0891f56 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 f7d0ed7b..84af5c7d 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