feat: embed gf3 water extraction workflow

This commit is contained in:
2026-06-15 11:45:11 +08:00
parent a0388de9d4
commit f726367cbb
23 changed files with 2037 additions and 14 deletions
+4
View File
@@ -215,6 +215,10 @@ class Settings(BaseSettings):
RADAR_PREVIEW_BUILD_ON_DEMAND: bool = True
WATER_RESULTS_DIR: str = ""
GF3_WATER_DLTB_CACHE_DIR: str = ""
GF3_WATER_DEM_PATH: str = ""
GF3_WATER_DEFAULT_CARTOGRAPHIC: bool = True
GF3_WATER_DEFAULT_OUT_VECTOR: bool = True
SAR_ANALYSIS_READY_ROOT: str = ""
SAR_ANALYSIS_WORK_ROOT: str = ""
SAR_ANALYSIS_NODATA_VALUE: float = -9999.0