readGPXTrack {PAMmisc} | R Documentation |
Read Tracks from a GPX File
Description
Read in a GPX file and convert the tracks to a dataframe
Usage
readGPXTrack(x)
Arguments
x |
a path to a .gpx file |
Value
a dataframe with columns Latitude
, Longitude
,
UTC
, and Name
Author(s)
Taiki Sakai taiki.sakai@noaa.gov
Examples
gpxFile <- system.file('extdata', 'GPX.gpx', package='PAMmisc')
gpxData <- readGPXTrack(gpxFile)
str(gpxData)
[Package PAMmisc version 1.12.1 Index]