View source: R/sagang_importusgssrtmgrid.R
sagang_importusgssrtmgrid | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Import usgs srtm grid (sagang:importusgssrtmgrid). —————- Arguments —————- GRIDS: Grids Argument type: rasterDestination Acceptable values: - Path for new raster layer FILE: Files Default value: False Argument type: file Acceptable values: - Path to a file RESOLUTION: Resolution Default value: 1 Argument type: enum Available values: - 0: (0) 1 arc-second - 1: (1) 3 arc-second Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_importusgssrtmgrid(
GRIDS = qgisprocess:::qgis_default_value(),
FILE = qgisprocess:::qgis_default_value(),
RESOLUTION = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
GRIDS |
|
FILE |
|
RESOLUTION |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
GRIDS - outputRaster - Grids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.