View source: R/qgis_uploadgpsdata.R
qgis_uploadgpsdata | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Upload GPS data to device (native:uploadgpsdata). This algorithm uses the GPSBabel tool to upload data to a GPS device from the GPX standard format.
qgis_uploadgpsdata(
INPUT = qgisprocess:::qgis_default_value(),
DEVICE = qgisprocess:::qgis_default_value(),
PORT = qgisprocess:::qgis_default_value(),
FEATURE_TYPE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
DEVICE |
|
PORT |
|
FEATURE_TYPE |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
No output description provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.