Input raster map of first date in VV polarization (dB)
Name of input raster map
date1_vh=name[required]
Input raster map of first date in VH polarization (dB)
Name of input raster map
date2_vv=name[required]
Input raster map of second date in VV polarization (dB)
Name of input raster map
date2_vh=name[required]
Input raster map of second date in VH polarization (dB)
Name of input raster map
change_threshold=float
Minimum change in ratio (date2/date1) map to be considered (all areas with values from (1-<change_threshold>) to (1+<change_threshold>) will be considered unchanged)
i.sentinel_1.change is a GRASS GIS addon that extracts areas of changed backscatter values from
two Sentinel-1 input scenes. The input backscatter values are expected in dB scale.
The addon calculates two polarisation ratios (date2_vv/date1_vv and date2_vh/date1_vh),
smoothes them with a median filter in r.neighbors
and applies the user-defined thresholds 1+change_threshold and 1-change_threshold to identify
areas of change. For example, a change_threshold of 0.5 would mean that areas with a ratio <= 0.5 are
identified as signal decrease, and areas with a ratio of >= 1.5 are identified as signal increase.