View source: R/grass_i_atcorr.R
grass_i_atcorr | R Documentation |
QGIS Algorithm provided by GRASS i.atcorr (grass:i.atcorr). Performs atmospheric correction using the 6S algorithm.
grass_i_atcorr(
input = qgisprocess:::qgis_default_value(),
range = qgisprocess:::qgis_default_value(),
elevation = qgisprocess:::qgis_default_value(),
visibility = qgisprocess:::qgis_default_value(),
parameters = qgisprocess:::qgis_default_value(),
rescale = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
.i = qgisprocess:::qgis_default_value(),
.r = qgisprocess:::qgis_default_value(),
.a = qgisprocess:::qgis_default_value(),
.b = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_REGION_CELLSIZE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_OPT = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_META = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
input |
|
range |
|
elevation |
|
visibility |
|
parameters |
|
rescale |
|
output |
|
.i |
|
.r |
|
.a |
|
.b |
|
GRASS_REGION_PARAMETER |
|
GRASS_REGION_CELLSIZE_PARAMETER |
|
GRASS_RASTER_FORMAT_OPT |
|
GRASS_RASTER_FORMAT_META |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
output - outputRaster - Atmospheric correction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.