去掉feature quality lowest,添加trans_orthophoto.py测试代码
This commit is contained in:
parent
4dabfa0545
commit
557f2ba321
@ -38,3 +38,7 @@ class TransOrthophoto:
|
|||||||
)
|
)
|
||||||
|
|
||||||
self.logger.info(f"文件已成功重投影")
|
self.logger.info(f"文件已成功重投影")
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
trans = TransOrthophoto()
|
||||||
|
trans.trans_to_epsg4326(r"G:\ODM_output\test\orthophoto.tif", r"G:\ODM_output\test\orthophoto_epsg4326.tif")
|
@ -61,10 +61,10 @@ class ODMProcessMonitor:
|
|||||||
f"--dsm "
|
f"--dsm "
|
||||||
f"--dtm "
|
f"--dtm "
|
||||||
)
|
)
|
||||||
if current_try == 1:
|
# if current_try == 1:
|
||||||
command += (
|
# command += (
|
||||||
f"--feature-quality low "
|
# f"--feature-quality low "
|
||||||
)
|
# )
|
||||||
|
|
||||||
command += "--rerun-all"
|
command += "--rerun-all"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user