View source: R/sagang_gradientvectorfromcartesiantopolarcoordinates.R
sagang_gradientvectorfromcartesiantopolarcoordinates | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Gradient vector from cartesian to polar coordinates (sagang:gradientvectorfromcartesiantopolarcoordinates). —————- Arguments —————- DX: X Component Argument type: raster Acceptable values: - Path to a raster layer DY: Y Component Argument type: raster Acceptable values: - Path to a raster layer DIR: Direction Argument type: rasterDestination Acceptable values: - Path for new raster layer LEN: Length Argument type: rasterDestination Acceptable values: - Path for new raster layer UNITS: Polar Angle Units Default value: 0 Argument type: enum Available values: - 0: (0) radians - 1: (1) degree Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' SYSTEM: Polar Coordinate System Default value: 1 Argument type: enum Available values: - 0: (0) mathematical - 1: (1) geographical - 2: (2) user defined Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' SYSTEM_ZERO: User defined Zero Direction 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 SYSTEM_ORIENT: User defined Orientation Default value: 0 Argument type: enum Available values: - 0: (0) clockwise - 1: (1) counterclockwise Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_gradientvectorfromcartesiantopolarcoordinates(
DX = qgisprocess:::qgis_default_value(),
DY = qgisprocess:::qgis_default_value(),
DIR = qgisprocess:::qgis_default_value(),
LEN = qgisprocess:::qgis_default_value(),
UNITS = qgisprocess:::qgis_default_value(),
SYSTEM = qgisprocess:::qgis_default_value(),
SYSTEM_ZERO = qgisprocess:::qgis_default_value(),
SYSTEM_ORIENT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
DX |
|
DY |
|
DIR |
|
LEN |
|
UNITS |
|
SYSTEM |
|
SYSTEM_ZERO |
|
SYSTEM_ORIENT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
DIR - outputRaster - Direction
LEN - outputRaster - Length
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.