qgis_exportmeshvertices: QGIS algorithm - Export mesh vertices

View source: R/qgis_exportmeshvertices.R

qgis_exportmeshverticesR Documentation

QGIS algorithm - Export mesh vertices

Description

QGIS Algorithm provided by QGIS (native c++) Export mesh vertices (native:exportmeshvertices). Exports mesh vertices to a point vector layer This algorithm exports a mesh layer's vertices to a point vector layer, with the dataset values on vertices as attribute values.

Usage

qgis_exportmeshvertices(
  INPUT = qgisprocess:::qgis_default_value(),
  DATASET_GROUPS = qgisprocess:::qgis_default_value(),
  DATASET_TIME = qgisprocess:::qgis_default_value(),
  CRS_OUTPUT = qgisprocess:::qgis_default_value(),
  VECTOR_OPTION = qgisprocess:::qgis_default_value(),
  OUTPUT = qgisprocess:::qgis_default_value(),
  ...,
  .complete_output = .complete_output_option(),
  .quiet = .quiet_option(),
  .messages = .message_option()
)

Arguments

INPUT

mesh - Input mesh layer. Path to a mesh layer.

DATASET_GROUPS

meshdatasetgroups - Dataset groups. .

DATASET_TIME

meshdatasettime - Dataset time. .

CRS_OUTPUT

crs - Output coordinate system. 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..

VECTOR_OPTION

enum of ⁠("Cartesian (x,y)", "Polar (magnitude,degree)", "Cartesian and Polar")⁠ - Export vector option. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.

OUTPUT

sink - Output vector layer. Path for new vector 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 - outputVector - Output vector layer


JanCaha/r_package_qgis documentation built on April 4, 2024, 8:10 p.m.