gdal_contour | R Documentation |
QGIS Algorithm provided by GDAL Contour (gdal:contour)
gdal_contour( INPUT = qgisprocess::qgis_default_value(), BAND = qgisprocess::qgis_default_value(), INTERVAL = qgisprocess::qgis_default_value(), FIELD_NAME = qgisprocess::qgis_default_value(), CREATE_3D = qgisprocess::qgis_default_value(), IGNORE_NODATA = qgisprocess::qgis_default_value(), NODATA = qgisprocess::qgis_default_value(), OFFSET = qgisprocess::qgis_default_value(), EXTRA = qgisprocess::qgis_default_value(), OUTPUT = qgisprocess::qgis_default_value(), ..., .complete_output = .complete_output_option(), .quiet = .quiet_option(), .messages = .message_option() )
INPUT |
|
BAND |
|
INTERVAL |
|
FIELD_NAME |
|
CREATE_3D |
|
IGNORE_NODATA |
|
NODATA |
|
OFFSET |
|
EXTRA |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputVector - Contours
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.