gdal_gdal2tiles: QGIS algorithm gdal2tiles

View source: R/gdal_gdal2tiles.R

gdal_gdal2tilesR Documentation

QGIS algorithm gdal2tiles

Description

QGIS Algorithm provided by GDAL gdal2tiles (gdal:gdal2tiles)

Usage

gdal_gdal2tiles(
  INPUT = qgisprocess::qgis_default_value(),
  PROFILE = qgisprocess::qgis_default_value(),
  ZOOM = qgisprocess::qgis_default_value(),
  VIEWER = qgisprocess::qgis_default_value(),
  TITLE = qgisprocess::qgis_default_value(),
  COPYRIGHT = qgisprocess::qgis_default_value(),
  RESAMPLING = qgisprocess::qgis_default_value(),
  SOURCE_CRS = qgisprocess::qgis_default_value(),
  NODATA = qgisprocess::qgis_default_value(),
  URL = qgisprocess::qgis_default_value(),
  GOOGLE_KEY = qgisprocess::qgis_default_value(),
  BING_KEY = qgisprocess::qgis_default_value(),
  RESUME = qgisprocess::qgis_default_value(),
  KML = qgisprocess::qgis_default_value(),
  NO_KML = qgisprocess::qgis_default_value(),
  OUTPUT = qgisprocess::qgis_default_value(),
  ...,
  .complete_output = .complete_output_option(),
  .quiet = .quiet_option(),
  .messages = .message_option()
)

Arguments

INPUT

raster - Input layer. Path to a raster layer.

PROFILE

enum of ("Mercator", "Geodetic", "Raster") - Tile cutting profile. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.

ZOOM

string - Zoom levels to render. String value.

VIEWER

enum of ("All", "GoogleMaps", "OpenLayers", "Leaflet", "None") - Web viewer to generate. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.

TITLE

string - Title of the map. String value.

COPYRIGHT

string - Copyright of the map. String value.

RESAMPLING

enum of ("Average", "Nearest neighbour", "Bilinear", "Cubic", "Cubic spline", "Lanczos windowed sinc", "Antialias") - Resampling method. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.

SOURCE_CRS

crs - The spatial reference system used for the source input data. CRS as an auth ID (e.g. 'EPSG:3111'). CRS as a PROJ4 string (e.g. 'PROJ4:…'). CRS as a WKT string (e.g. 'WKT:…'). Path to a layer. The CRS of the layer is used..

NODATA

number - Transparency value to assign to the input data. A numeric value.

URL

string - URL address where the generated tiles are going to be published. String value.

GOOGLE_KEY

string - Google Maps API key (http://code.google.com/apis/maps/signup.html). String value.

BING_KEY

string - Bing Maps API key (https://www.bingmapsportal.com/). String value.

RESUME

boolean - Generate only missing files. 1 for true/yes. 0 for false/no.

KML

boolean - Generate KML for Google Earth. 1 for true/yes. 0 for false/no.

NO_KML

boolean - Avoid automatic generation of KML files for EPSG:4326. 1 for true/yes. 0 for false/no.

OUTPUT

folderDestination - Output directory. Path for an existing or new folder.

...

further parameters passed to qgisprocess::qgis_run_algorithm()

.complete_output

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.

.quiet

logical specifying if parameter .quiet for qgisprocess::qgis_run_algorithm() Default value is TRUE.

.messages

logical specifying if messages from qgisprocess::qgis_run_algorithm() should be printed (TRUE) or not (FALSE). Default value is FALSE.

Details

Outputs description

  • OUTPUT - outputFolder - Output directory


JanCaha/r_package_qgis documentation built on March 7, 2023, 7:17 a.m.