gdal_retile | R Documentation |
QGIS Algorithm provided by GDAL Retile (gdal:retile)
gdal_retile( INPUT = qgisprocess::qgis_default_value(), TILE_SIZE_X = qgisprocess::qgis_default_value(), TILE_SIZE_Y = qgisprocess::qgis_default_value(), OVERLAP = qgisprocess::qgis_default_value(), LEVELS = qgisprocess::qgis_default_value(), SOURCE_CRS = qgisprocess::qgis_default_value(), RESAMPLING = qgisprocess::qgis_default_value(), DELIMITER = qgisprocess::qgis_default_value(), OPTIONS = qgisprocess::qgis_default_value(), EXTRA = qgisprocess::qgis_default_value(), DATA_TYPE = qgisprocess::qgis_default_value(), ONLY_PYRAMIDS = qgisprocess::qgis_default_value(), DIR_FOR_ROW = qgisprocess::qgis_default_value(), OUTPUT = qgisprocess::qgis_default_value(), OUTPUT_CSV = qgisprocess::qgis_default_value(), ..., .complete_output = .complete_output_option(), .quiet = .quiet_option(), .messages = .message_option() )
INPUT |
|
TILE_SIZE_X |
|
TILE_SIZE_Y |
|
OVERLAP |
|
LEVELS |
|
SOURCE_CRS |
|
RESAMPLING |
|
DELIMITER |
|
OPTIONS |
|
EXTRA |
|
DATA_TYPE |
|
ONLY_PYRAMIDS |
|
DIR_FOR_ROW |
|
OUTPUT |
|
OUTPUT_CSV |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputFolder - Output directory
OUTPUT_CSV - outputFile - CSV file containing the tile(s) georeferencing information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.