as_qgis_argument.SpatRaster | R Documentation |
Convert terra objects to/from QGIS inputs/outputs
## S3 method for class 'SpatRaster'
as_qgis_argument(x, spec = qgis_argument_spec(), use_json_input = FALSE)
qgis_as_terra(output, ...)
## S3 method for class 'qgis_outputRaster'
qgis_as_terra(output, ...)
## S3 method for class 'qgis_outputLayer'
qgis_as_terra(output, ...)
## S3 method for class 'qgis_result'
qgis_as_terra(output, ...)
x |
A |
spec |
A |
use_json_input |
TRUE if the arguments will be serialized as JSON instead of serialized as a command-line argument. |
output |
The result from |
... |
Passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.