Skip to content

Commit

Permalink
Fix renderdem bounds calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Dec 5, 2023
1 parent 6acf983 commit 2ccad6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.4
1 change: 1 addition & 0 deletions opendm/dem/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ccad6e

Please sign in to comment.