From 2975fe8b88c0dd70a2dd5e06ad2fcd7d375c5043 Mon Sep 17 00:00:00 2001 From: wuww <252740454@qq.com> Date: 星期二, 15 四月 2025 09:57:08 +0800 Subject: [PATCH] 修改测试服务(处理源数据文件) --- src/main/resources/application-dev.yml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index b6a6d58..6148f89 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -112,6 +112,7 @@ cacheTime: 60 # Gdal椹卞姩鐩綍 gdalPath: D:\soft\release-1928-x64-dev\release-1928-x64\bin + #gdalPath: C:\Program Files\GDAL #inPath: D:\simu\in inPath: D:\other\simu\uwsolver outPath: D:\other\simu\out @@ -140,7 +141,8 @@ flowUnits: CMS solverBat: D:\other\simu\uwsolver\run_solver.bat sww2tifBat: D:\other\simu\uwsolver\sww2tif.bat - sizes: 64,128,256,512,1024,2048 + #sizes: 64,128,256,512,1024,2048 + sizes: 1024 # 杈撳嚭鏂囦欢 terrainFile: DEM.tif buildingFile: buildings_inside.shp -- Gitblit v1.9.3