View source: R/qgis_convertgpsdata.R
qgis_convertgpsdata | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Convert GPS data (native:convertgpsdata). This algorithm uses the GPSBabel tool to convert a GPS data file from a range of formats to the GPX standard format.
qgis_convertgpsdata(
INPUT = qgisprocess:::qgis_default_value(),
FORMAT = qgisprocess:::qgis_default_value(),
FEATURE_TYPE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
FORMAT |
|
FEATURE_TYPE |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputFile - Output
OUTPUT_LAYER - outputVector - Output layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.