bbox_change_detector.pyΒΆ
Pixel-level detector for small AOIs. It resolves a bbox/vector AOI, downloads/reuses Sentinel-1 orbit cubes, runs fkb_common.run_pixel_detection(), writes rasters, and can generate a diagnostic time-series plot.
Defaults worth reviewing: Z_THRESHOLD = 2.0, PERSISTENCE_N = 5, MIN_HISTORY_SCENES = 20, DURABILITY_N = 3, MIN_MAX_Z = 6.0, and WINTER_MONTHS = {12, 1, 2}.