View source: R/gdal_overviews.R
gdal_overviews | R Documentation |
QGIS Algorithm provided by GDAL Build overviews (pyramids) (gdal:overviews)
gdal_overviews( INPUT = qgisprocess::qgis_default_value(), CLEAN = qgisprocess::qgis_default_value(), LEVELS = qgisprocess::qgis_default_value(), RESAMPLING = qgisprocess::qgis_default_value(), FORMAT = qgisprocess::qgis_default_value(), EXTRA = qgisprocess::qgis_default_value(), ..., .complete_output = .complete_output_option(), .quiet = .quiet_option(), .messages = .message_option() )
INPUT |
|
CLEAN |
|
LEVELS |
|
RESAMPLING |
|
FORMAT |
|
EXTRA |
|
... |
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 - Pyramidized
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.