R/qgis_convertgpxfeaturetype.R
qgis_convertgpxfeaturetype.RdQGIS Algorithm provided by QGIS (native c++) Convert GPX feature type (native:convertgpxfeaturetype). Converts GPX features from one type to another. This algorithm uses the GPSBabel tool to convert GPX features from one type to another (e.g. converting all waypoint features to a route feature).
qgis_convertgpxfeaturetype(
INPUT = qgisprocess:::qgis_default_value(),
CONVERSION = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)file - Input file. Path to a file.
enum of ("Waypoints from a Route", "Waypoints from a Track", "Route from Waypoints", "Track from Waypoints") - Conversion. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.
fileDestination - Output. Path for new file.
further parameters passed to qgisprocess::qgis_run_algorithm()
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.
logical specifying if parameter .quiet for qgisprocess::qgis_run_algorithm() Default value is TRUE.
logical specifying if messages from qgisprocess::qgis_run_algorithm() should be printed (TRUE) or not (FALSE). Default value is FALSE.