gdal_gridinversedistancenearestneighbor: QGIS algorithm Grid (IDW with nearest neighbor searching)

View source: R/gdal_gridinversedistancenearestneighbor.R

gdal_gridinversedistancenearestneighborR Documentation

QGIS algorithm Grid (IDW with nearest neighbor searching)

Description

QGIS Algorithm provided by GDAL Grid (IDW with nearest neighbor searching) (gdal:gridinversedistancenearestneighbor)

Usage

gdal_gridinversedistancenearestneighbor(
  INPUT = qgisprocess::qgis_default_value(),
  Z_FIELD = qgisprocess::qgis_default_value(),
  POWER = qgisprocess::qgis_default_value(),
  SMOOTHING = qgisprocess::qgis_default_value(),
  RADIUS = qgisprocess::qgis_default_value(),
  MAX_POINTS = qgisprocess::qgis_default_value(),
  MIN_POINTS = qgisprocess::qgis_default_value(),
  NODATA = qgisprocess::qgis_default_value(),
  OPTIONS = qgisprocess::qgis_default_value(),
  EXTRA = qgisprocess::qgis_default_value(),
  DATA_TYPE = qgisprocess::qgis_default_value(),
  OUTPUT = qgisprocess::qgis_default_value(),
  ...,
  .complete_output = .complete_output_option(),
  .quiet = .quiet_option(),
  .messages = .message_option()
)

Arguments

INPUT

source - Point layer. Path to a vector layer.

Z_FIELD

field - Z value from field. The name of an existing field. ; delimited list of existing field names.

POWER

number - Weighting power. A numeric value.

SMOOTHING

number - Smoothing. A numeric value.

RADIUS

number - The radius of the search circle. A numeric value.

MAX_POINTS

number - Maximum number of data points to use. A numeric value.

MIN_POINTS

number - Minimum number of data points to use. A numeric value.

NODATA

number - NODATA marker to fill empty points. A numeric value.

OPTIONS

string - Additional creation options. String value.

EXTRA

string - Additional command-line parameters. String value.

DATA_TYPE

enum of ("Byte", "Int16", "UInt16", "UInt32", "Int32", "Float32", "Float64", "CInt16", "CInt32", "CFloat32", "CFloat64") - Output data type. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.

OUTPUT

rasterDestination - Interpolated (IDW with NN search). Path for new raster layer.

...

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 - outputRaster - Interpolated (IDW with NN search)


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