View source: R/sagang_directionalstatisticsforrasterlayer.R
sagang_directionalstatisticsforrasterlayer | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Directional statistics for raster layer (sagang:directionalstatisticsforrasterlayer). —————- Arguments —————- GRID: Grid Argument type: raster Acceptable values: - Path to a raster layer MEAN: Arithmetic Mean Argument type: rasterDestination Acceptable values: - Path for new raster layer DIFMEAN: Difference from Arithmetic Mean Argument type: rasterDestination Acceptable values: - Path for new raster layer MIN: Minimum Argument type: rasterDestination Acceptable values: - Path for new raster layer MAX: Maximum Argument type: rasterDestination Acceptable values: - Path for new raster layer RANGE: Range Argument type: rasterDestination Acceptable values: - Path for new raster layer VAR: Variance Argument type: rasterDestination Acceptable values: - Path for new raster layer STDDEV: Standard Deviation Argument type: rasterDestination Acceptable values: - Path for new raster layer STDDEVLO: Mean less Standard Deviation Argument type: rasterDestination Acceptable values: - Path for new raster layer STDDEVHI: Mean plus Standard Deviation Argument type: rasterDestination Acceptable values: - Path for new raster layer DEVMEAN: Deviation from Arithmetic Mean Argument type: rasterDestination Acceptable values: - Path for new raster layer PERCENT: Percentile Argument type: rasterDestination Acceptable values: - Path for new raster layer POINTS: Points (optional) Argument type: source Acceptable values: - Path to a vector layer POINTS_OUT: Directional Statistics for Points Argument type: vectorDestination Acceptable values: - Path for new vector layer DIRECTION: Direction (Degree) Default value: 0 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 TOLERANCE: Tolerance (Degree) Default value: 0 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 MAXDISTANCE: Maximum Distance (Cells) Default value: 0 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 DW_WEIGHTING: Weighting Function Default value: 3 Argument type: enum Available values: - 0: (0) no distance weighting - 1: (1) inverse distance to a power - 2: (2) exponential - 3: (3) gaussian Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' DW_IDW_POWER: Power Default value: 2 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 DW_BANDWIDTH: Bandwidth Default value: 25 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
sagang_directionalstatisticsforrasterlayer(
GRID = qgisprocess:::qgis_default_value(),
MEAN = qgisprocess:::qgis_default_value(),
DIFMEAN = qgisprocess:::qgis_default_value(),
MIN = qgisprocess:::qgis_default_value(),
MAX = qgisprocess:::qgis_default_value(),
RANGE = qgisprocess:::qgis_default_value(),
VAR = qgisprocess:::qgis_default_value(),
STDDEV = qgisprocess:::qgis_default_value(),
STDDEVLO = qgisprocess:::qgis_default_value(),
STDDEVHI = qgisprocess:::qgis_default_value(),
DEVMEAN = qgisprocess:::qgis_default_value(),
PERCENT = qgisprocess:::qgis_default_value(),
POINTS = qgisprocess:::qgis_default_value(),
POINTS_OUT = qgisprocess:::qgis_default_value(),
DIRECTION = qgisprocess:::qgis_default_value(),
TOLERANCE = qgisprocess:::qgis_default_value(),
MAXDISTANCE = qgisprocess:::qgis_default_value(),
DW_WEIGHTING = qgisprocess:::qgis_default_value(),
DW_IDW_POWER = qgisprocess:::qgis_default_value(),
DW_BANDWIDTH = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
GRID |
|
MEAN |
|
DIFMEAN |
|
MIN |
|
MAX |
|
RANGE |
|
VAR |
|
STDDEV |
|
STDDEVLO |
|
STDDEVHI |
|
DEVMEAN |
|
PERCENT |
|
POINTS |
|
POINTS_OUT |
|
DIRECTION |
|
TOLERANCE |
|
MAXDISTANCE |
|
DW_WEIGHTING |
|
DW_IDW_POWER |
|
DW_BANDWIDTH |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
DEVMEAN - outputRaster - Deviation from Arithmetic Mean
DIFMEAN - outputRaster - Difference from Arithmetic Mean
MAX - outputRaster - Maximum
MEAN - outputRaster - Arithmetic Mean
MIN - outputRaster - Minimum
PERCENT - outputRaster - Percentile
POINTS_OUT - outputVector - Directional Statistics for Points
RANGE - outputRaster - Range
STDDEV - outputRaster - Standard Deviation
STDDEVHI - outputRaster - Mean plus Standard Deviation
STDDEVLO - outputRaster - Mean less Standard Deviation
VAR - outputRaster - Variance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.