readGPXTrack | R Documentation |
Read in a GPX file and convert the tracks to a dataframe
readGPXTrack(x)
x |
a path to a .gpx file |
a dataframe with columns Latitude
, Longitude
,
UTC
, and Name
Taiki Sakai taiki.sakai@noaa.gov
gpxFile <- system.file('extdata', 'GPX.gpx', package='PAMmisc')
gpxData <- readGPXTrack(gpxFile)
str(gpxData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.