kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
791f936dfa
commit
85ce51741d
|
@ -28,7 +28,7 @@ def classify(lasFile, scalar, slope, threshold, window, verbose=False):
|
||||||
try:
|
try:
|
||||||
pdal.run_pdaltranslate_smrf(lasFile, lasFile, scalar, slope, threshold, window, verbose)
|
pdal.run_pdaltranslate_smrf(lasFile, lasFile, scalar, slope, threshold, window, verbose)
|
||||||
except:
|
except:
|
||||||
raise Exception("Error creating classified file %s" % fout)
|
log.ODM_WARNING("Error creating classified file %s" % lasFile)
|
||||||
|
|
||||||
log.ODM_INFO('Created %s in %s' % (os.path.relpath(lasFile), datetime.now() - start))
|
log.ODM_INFO('Created %s in %s' % (os.path.relpath(lasFile), datetime.now() - start))
|
||||||
return lasFile
|
return lasFile
|
||||||
|
|
Ładowanie…
Reference in New Issue