makeWalkGPX: Combine tracks for a walk into a single GPX file.

View source: R/walks.R

makeWalkGPXR Documentation

Combine tracks for a walk into a single GPX file.

Description

Combine given GPX track files into a single GPX file.

Usage

makeWalkGPX(pin, pout, fnm, IDs2Add)

Arguments

pin

Path after the working directory that contains the original GPX files.

pout

Path after the working directory to put the single resultant GPX file.

fnm

A filename sans extension for the resultant file (a ".gpx" will be added as appropriate).

IDs2Add

A character vector of track IDs for a walk that should be combined into a single GPX file.

Details

NONE YET

Value

None, used for side effect of writing a file to the pout directory.

Author(s)

Derek H. Ogle

Examples

## None yet.


droglenc/gpxhelpers documentation built on Dec. 12, 2024, 1:33 a.m.