From 37590b84d1b19018be00c4788cae842d0dbc7acc Mon Sep 17 00:00:00 2001 From: umsangdon Date: Sun, 30 Aug 2026 17:48:28 +0900 Subject: [PATCH] =?UTF-8?q?feat(B03):=20LAS=20=EC=97=86=EB=8A=94=20?= =?UTF-8?q?=EC=84=A4=EA=B3=84=EB=8F=84=20=EC=8A=A4=EB=AC=B4=EB=94=A9=20?= =?UTF-8?q?=EA=B2=A9=EC=9E=90=EB=A1=9C=20=ED=99=95=EC=A0=95=ED=95=9C?= =?UTF-8?q?=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2026-08-30 사용자 확정. 방식마다 dtm_sheet_*_smooth.npz를 같이 만들어 두므로 종·횡단이 LAS 경로와 같은 스무딩 격자를 샘플링한다. --- B03_FileInput/B03_FileInput_Service_WF1.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/B03_FileInput/B03_FileInput_Service_WF1.py b/B03_FileInput/B03_FileInput_Service_WF1.py index 7b27a876..e5091a92 100644 --- a/B03_FileInput/B03_FileInput_Service_WF1.py +++ b/B03_FileInput/B03_FileInput_Service_WF1.py @@ -145,11 +145,13 @@ async def trigger_wf1_analysis_and_email( ) # LAS 없는 설계는 도엽 서피스 모델(sheet/dtm)로 확정한다. + # 스무딩은 LAS 경로와 같이 적용한다(2026-08-30 사용자 확정) — 방식마다 + # `dtm_sheet_*_smooth.npz`를 같이 만들어 두므로 종·횡단이 그걸 샘플링한다. selection = ( { "source_filter": f"sheet_{SHEET_SURFACE_DEFAULT_METHOD}", "method": "dtm", - "smooth": False, + "smooth": True, "contour_interval_m": SURFACE_CONTOUR_INTERVAL_M, } if las_free