From 531d330a75821e571680cbebde8311734d5302db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E6=BE=B3?= Date: Mon, 13 Jan 2025 18:47:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- post_pro/merge_tif.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/post_pro/merge_tif.py b/post_pro/merge_tif.py index b5711af..c8393e0 100644 --- a/post_pro/merge_tif.py +++ b/post_pro/merge_tif.py @@ -219,7 +219,9 @@ class MergeTif: 'path': 'odm_dem', 'filename': 'dsm.original.tif', 'output': 'dsm.tif' - }, + } + ) + products.append( { 'name': 'DTM', 'path': 'odm_dem',