QGIS Algorithm provided by GRASS g.extension.list (grass:g.extension.list). g.extension.list - List GRASS addons.
grass_g_extension_list(
list = qgisprocess:::qgis_default_value(),
html = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
enum
of ("Locally installed extensions", "Extensions available in the official GRASS GIS Addons repository", "Extensions available in the official GRASS GIS Addons repository including module description")
- List. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.
fileDestination
- List of addons. Path for new file.
extent
- GRASS GIS region extent. A comma delimited string of x min, x max, y min, y max. E.g. '4,10,101,105'. Path to a layer. The extent of the layer is used..
further parameters passed to qgisprocess::qgis_run_algorithm()
logical specifying if complete out of qgisprocess::qgis_run_algorithm()
should be used (TRUE
) or first output (most likely the main) should read (FALSE
). Default value is TRUE
.
logical specifying if parameter .quiet
for qgisprocess::qgis_run_algorithm()
Default value is TRUE
.
logical specifying if messages from qgisprocess::qgis_run_algorithm()
should be printed (TRUE
) or not (FALSE
). Default value is FALSE
.