Description Usage Arguments Details Author(s) Examples
get_options
lists all available parameter options for the
required GIS function.
1 | get_options(alg = "", intern = FALSE, qgis_env = set_env())
|
alg |
Name of the GIS function for which options should be returned. |
intern |
Logical, if |
qgis_env |
Environment containing all the paths to run the QGIS API. For
more information, refer to |
Function get_options
simply calls processing.algoptions
of the
QGIS Python API.
Jannes Muenchow, Victor Olaya, QGIS core team
1 2 3 4 | ## Not run:
get_options(alg = "saga:slopeaspectcurvature")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.