Skip to content

Run candidate detectionΒΆ

python run_senbygg_improved.py

The runner validates the date window, ensures yearly Sentinel-1 cubes, loads candidates, filters tiny polygons, extracts candidate footprint time series, runs senbygg_improved.detect_candidates(), optionally fuses coherence/S2, and writes a GeoPackage.

Primary output:

results/senbygg_improved/<area>_detected.gpkg
Column Meaning
s1_flagged Sentinel-1 intensity detector fired.
change_date Estimated first durable S1 change signal.
coh_flagged Coherence detector fired, when available.
coh_change_year First coherence change year.
coh_covered Whether usable coherence covered the candidate.
s2_flagged Sentinel-2 optical detector fired, when available.
s2_change_year First S2 optical change year.
flagged Final OR-fused review flag.
source Which signal(s) support the final flag.