QGIS Algorithm provided by SAGA Next Gen Raster masking (sagang:rastermasking). —————- Arguments —————- LIST: List Processing Default value: false Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression GRID: Grid Argument type: raster Acceptable values: - Path to a raster layer MASKED: Masked Grid Argument type: rasterDestination Acceptable values: - Path for new raster layer GRIDS: Grids Argument type: multilayer GRIDS_CREATE: Create Copies Default value: false Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression GRIDS_MASKED: Masked Grids Argument type: rasterDestination Acceptable values: - Path for new raster layer MASK: Mask Argument type: raster Acceptable values: - Path to a raster layer NODATA: Mask Cells Default value: 0 Argument type: enum Available values: - 0: (0) no-data cells - 1: (1) data cells Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_rastermasking(
LIST = qgisprocess:::qgis_default_value(),
GRID = qgisprocess:::qgis_default_value(),
MASKED = qgisprocess:::qgis_default_value(),
GRIDS = qgisprocess:::qgis_default_value(),
GRIDS_CREATE = qgisprocess:::qgis_default_value(),
GRIDS_MASKED = qgisprocess:::qgis_default_value(),
MASK = qgisprocess:::qgis_default_value(),
NODATA = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)boolean - List Processing. 1 for true/yes. 0 for false/no. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
raster - Grid. Path to a raster layer.
rasterDestination - Masked Grid. Path for new raster layer.
multilayer - Grids. .
boolean - Create Copies. 1 for true/yes. 0 for false/no. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
rasterDestination - Masked Grids. Path for new raster layer.
raster - Mask. Path to a raster layer.
enum of ("(0) no-data cells", "(1) data cells") - Mask Cells. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.
further parameters passed to qgisprocess::qgis_run_algorithm()
logical specifying if complete out of qgisprocess::qgis_run_algorithm() should be used (TRUE) or first output (most likely the main) should read (FALSE). Default value is TRUE.
logical specifying if parameter .quiet for qgisprocess::qgis_run_algorithm() Default value is TRUE.
logical specifying if messages from qgisprocess::qgis_run_algorithm() should be printed (TRUE) or not (FALSE). Default value is FALSE.