kopia lustrzana https://github.com/OpenDroneMap/ODM
Fix incorrect file name in ODM_WARNING
rodzic
e05e1be200
commit
16ffec9034
|
@ -327,7 +327,7 @@ def post_point_cloud_steps(args, tree, rerun=False):
|
||||||
tree.odm_georeferencing_model_laz,
|
tree.odm_georeferencing_model_laz,
|
||||||
tree.odm_georeferencing_model_las))
|
tree.odm_georeferencing_model_las))
|
||||||
else:
|
else:
|
||||||
log.ODM_WARNING("Found existing LAS file %s" % tree.odm_georeferencing_xyz_file)
|
log.ODM_WARNING("Found existing LAS file %s" % tree.odm_georeferencing_model_las)
|
||||||
|
|
||||||
# EPT point cloud output
|
# EPT point cloud output
|
||||||
if args.pc_ept:
|
if args.pc_ept:
|
||||||
|
|
Ładowanie…
Reference in New Issue