View source: R/qgis_downloadgpsdata.R
qgis_downloadgpsdata | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Download GPS data from device (native:downloadgpsdata). This algorithm uses the GPSBabel tool to download data from a GPS device into the GPX standard format.
qgis_downloadgpsdata(
DEVICE = qgisprocess:::qgis_default_value(),
PORT = 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()
)
DEVICE |
|
PORT |
|
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.