Configure a runΒΆ
Most configuration is currently done by editing Python constants.
| Constant | Meaning | Guidance |
|---|---|---|
AREA_NAME |
Label used in cache/output names | Keep short and filesystem-safe. |
BBOX |
WGS84 AOI extent | Use {west, east, south, north}. |
HISTORY_START |
Start of baseline | At least one full year; two recommended. |
MONITOR_START |
Date from which changes are searched | Must be after HISTORY_START. |
MONITOR_END |
End of watch window | Must be after MONITOR_START. |
DOWNLOAD_IF_MISSING |
Submit openEO jobs for missing S1 cubes | Disable for cached-only runs. |
MIN_AREA_M2 |
Candidate area floor | Tiny polygons are below S1's practical detection scale. |
USE_S2, USE_COH |
Optional fusion switches | Auto-skip if files are missing. |
CANDIDATES_GPKG |
Custom candidates | Use when FKB snapshots are unavailable. |
FKB_TILTAK_YEARS |
Candidate snapshot years | None auto-selects from monitoring start onward. |
The runner checks MIN_HISTORY_SPAN_DAYS = 330, MIN_HISTORY_SCENES = 20, and recommends about 2 years of history.