View source: R/sagang_createrastercataloguesfromdirectory.R
sagang_createrastercataloguesfromdirectory | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Create raster catalogues from directory (sagang:createrastercataloguesfromdirectory). —————- Arguments —————- CATALOGUES: Raster Catalogues Argument type: vectorDestination Acceptable values: - Path for new vector layer CATALOGUE_GCS: Raster Catalogue Argument type: vectorDestination Acceptable values: - Path for new vector layer CATALOGUE_UKN: Raster Catalogue (unknown CRS) Argument type: vectorDestination Acceptable values: - Path for new vector layer DIRECTORY: Directory Default value: False Argument type: file Acceptable values: - Path to a file EXTENSIONS: Extensions Default value: sgrd; tif Argument type: string Acceptable values: - String value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression OUTPUT: Output Default value: 1 Argument type: enum Available values: - 0: (0) one catalogue for each coordinate system - 1: (1) one catalogue using geographic coordinates Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_createrastercataloguesfromdirectory(
CATALOGUES = qgisprocess:::qgis_default_value(),
CATALOGUE_GCS = qgisprocess:::qgis_default_value(),
CATALOGUE_UKN = qgisprocess:::qgis_default_value(),
DIRECTORY = qgisprocess:::qgis_default_value(),
EXTENSIONS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
CATALOGUES |
|
CATALOGUE_GCS |
|
CATALOGUE_UKN |
|
DIRECTORY |
|
EXTENSIONS |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
CATALOGUES - outputVector - Raster Catalogues
CATALOGUE_GCS - outputVector - Raster Catalogue
CATALOGUE_UKN - outputVector - Raster Catalogue (unknown CRS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.