View source: R/sagang_womblingformultiplefeaturesedgedetection.R
sagang_womblingformultiplefeaturesedgedetection | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Wombling for multiple features (edge detection) (sagang:womblingformultiplefeaturesedgedetection). —————- Arguments —————- TMAGNITUDE: Minimum Magnitude Default value: 90 Argument type: number Acceptable values: - A numeric value - 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 TDIRECTION: Maximum Angle Default value: 30 Argument type: number Acceptable values: - A numeric value - 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 TNEIGHBOUR: Minimum Neighbours Default value: 1 Argument type: number Acceptable values: - A numeric value - 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 ALIGNMENT: Alignment Default value: 1 Argument type: enum Available values: - 0: (0) between cells - 1: (1) on cell Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' NEIGHBOUR: Edge Connectivity Default value: 1 Argument type: enum Available values: - 0: (0) Rooke's case - 1: (1) Queen's case Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' FEATURES: Features Argument type: multilayer EDGE_CELLS: Edges Argument type: rasterDestination Acceptable values: - Path for new raster layer OUTPUT_ADD: Additional Output Default value: 0 Argument type: enum Available values: - 0: (0) none - 1: (1) gradients - 2: (2) edge cells Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' OUTPUT: Output Argument type: rasterDestination Acceptable values: - Path for new raster layer ZERO_AS_NODATA: Zero as No-Data Default value: true 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
sagang_womblingformultiplefeaturesedgedetection(
TMAGNITUDE = qgisprocess:::qgis_default_value(),
TDIRECTION = qgisprocess:::qgis_default_value(),
TNEIGHBOUR = qgisprocess:::qgis_default_value(),
ALIGNMENT = qgisprocess:::qgis_default_value(),
NEIGHBOUR = qgisprocess:::qgis_default_value(),
FEATURES = qgisprocess:::qgis_default_value(),
EDGE_CELLS = qgisprocess:::qgis_default_value(),
OUTPUT_ADD = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
ZERO_AS_NODATA = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
TMAGNITUDE |
|
TDIRECTION |
|
TNEIGHBOUR |
|
ALIGNMENT |
|
NEIGHBOUR |
|
FEATURES |
|
EDGE_CELLS |
|
OUTPUT_ADD |
|
OUTPUT |
|
ZERO_AS_NODATA |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
EDGE_CELLS - outputRaster - Edges
OUTPUT - outputRaster - Output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.