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