kopia lustrzana https://github.com/OpenDroneMap/ODM
Fix renderdem bounds calculation
rodzic
6acf9835e5
commit
2ccad6ee9d
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
3.3.3
|
3.3.4
|
||||||
|
|
|
@ -90,6 +90,7 @@ def create_dem(input_point_cloud, dem_type, output_type='max', radiuses=['0.56']
|
||||||
'--max-tiles {maxTiles} '
|
'--max-tiles {maxTiles} '
|
||||||
'--decimation {decimation} '
|
'--decimation {decimation} '
|
||||||
'--classification {classification} '
|
'--classification {classification} '
|
||||||
|
'--tile-size 4096 '
|
||||||
'--force '.format(**kwargs), env_vars={'OMP_NUM_THREADS': max_workers})
|
'--force '.format(**kwargs), env_vars={'OMP_NUM_THREADS': max_workers})
|
||||||
|
|
||||||
output_file = "%s.tif" % dem_type
|
output_file = "%s.tif" % dem_type
|
||||||
|
|
Ładowanie…
Reference in New Issue