Integrate GF3 SARscape flood workflow

This commit is contained in:
2026-06-02 01:25:42 +08:00
parent 16cac0e292
commit 79e08b3a47
24 changed files with 4220 additions and 84 deletions
@@ -262,6 +262,15 @@ def _build_root_specs_from_settings() -> List[RootSpec]:
scan_mode="scene_directory",
)
)
specs.extend(
_iter_multi_root_specs(
env_var="GF3_SARSCAPE_NATIVE_DIRS",
paths=split_env_paths(settings.GF3_SARSCAPE_NATIVE_DIRS),
root_role="source_pool_gf3_sarscape_native",
display_prefix="GF3 SARscape Native Pool",
scan_mode="scene_directory",
)
)
specs.extend(
_iter_single_root_specs(
env_var="SAR_ANALYSIS_READY_ROOT",