Spatial Resampling (Mask)ΒΆ

Resamples a Mask into a target grid.

Parameters

Pixel Grid [raster]
Specify input raster.
Mask [layer]

Specified vector or raster is interpreted as a boolean mask.

In case of a vector, all pixels covered by features are interpreted as True, all other pixels as False.

In case of a raster, all pixels that are equal to the no data value (default is 0) are interpreted as False, all other pixels as True.Multiband rasters are first evaluated band wise. The final mask for a given pixel is True, if all band wise masks for that pixel are True.

Minimal overall coverage [number]

Mask out all pixels that have an overall coverage less than the specified value. This controls how edges between labeled and no data regions are treated.

Default: 0.5

Outputs

Output Mask [rasterDestination]
Specify output path for mask raster.