i.satkred runs avalanche detection from Sentinel-1 imagery using the
satskred library. Main input is a directory
containing a tme series of Sentinel-1 GRD imagery. In addition, a Digital Elevation Model (DEM)
is required in the elevation option.
i.satkred creates configuration files for satskred, initializes the area to process and
executes the satskred command line utility to run avalance detection. All results (geocoded Sentinel-1
images, RGB-change images, shape files of detected avalanches) are stored in the output_directory.
Further required input are a directory containing runout masks given in the mask_directory option,
together with mask settings like mask_suffix, describing the suffix used for files with runout masks,
a comma separated list of category values in the masks to exclude from avalanche detection given in the
mask_exclude option and finally the minimum valid category value in the mask files mask_min_valid
(values >= mask_min_valid are incuded in avalanche detection). Default settings for the mask options are
chosen to match current settings for satskred production at NVE.
The user can choose to process only a specific time span defined by the start and stop option.
The extent to process is taken from the computational region (set with g.region), and relevant
images in the input directory are selected according to the user-provided spatial and temporal
extent to process.
Currently, the module expects the input Digital Elevation Model to be in UTM 33N Coordinate
Reference System, and all output is generated in that CRS (EPSG:25833) as well.