kopia lustrzana https://github.com/OpenDroneMap/ODM
add forward option to retain las file scale and offset (#1915)
rodzic
5d4862e515
commit
d505192a8c
|
@ -164,6 +164,7 @@ def run_pdaltranslate_smrf(fin, fout, scalar, slope, threshold, window):
|
|||
'--filters.smrf.slope=%s' % slope,
|
||||
'--filters.smrf.threshold=%s' % threshold,
|
||||
'--filters.smrf.window=%s' % window,
|
||||
'--writers.las.forward=scale,offset'
|
||||
]
|
||||
|
||||
system.run(' '.join(cmd))
|
||||
|
|
Ładowanie…
Reference in New Issue