View source: R/sagang_importsentinel2scene.R
sagang_importsentinel2scene | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Import sentinel-2 scene (sagang:importsentinel2scene). —————- Arguments —————- METAFILE: Metadata File Default value: False Argument type: file Acceptable values: - Path to a file BANDS: Bands Argument type: rasterDestination Acceptable values: - Path for new raster layer MULTI2GRIDS: Multispectral Bands as Grid Collection 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 SKIP_TCI: Skip True Color Image 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 SKIP_60M: Skip Aerosol, Vapour, Cirrus 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 REFLECTANCE: Reflectance Values Default value: 1 Argument type: enum Available values: - 0: (0) original - 1: (1) fraction Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' PROJECTION: Coordinate System Default value: 0 Argument type: enum Available values: - 0: (0) UTM North - 1: (1) UTM South - 2: (2) Geographic Coordinates Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' RESAMPLING: Resampling Default value: 3 Argument type: enum Available values: - 0: (0) Nearest Neighbour - 1: (1) Bilinear Interpolation - 2: (2) Bicubic Spline Interpolation - 3: (3) B-Spline Interpolation Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_importsentinel2scene(
METAFILE = qgisprocess:::qgis_default_value(),
BANDS = qgisprocess:::qgis_default_value(),
MULTI2GRIDS = qgisprocess:::qgis_default_value(),
SKIP_TCI = qgisprocess:::qgis_default_value(),
SKIP_60M = qgisprocess:::qgis_default_value(),
REFLECTANCE = qgisprocess:::qgis_default_value(),
PROJECTION = qgisprocess:::qgis_default_value(),
RESAMPLING = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
METAFILE |
|
BANDS |
|
MULTI2GRIDS |
|
SKIP_TCI |
|
SKIP_60M |
|
REFLECTANCE |
|
PROJECTION |
|
RESAMPLING |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
BANDS - outputRaster - Bands
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.