powered by
Read in a GPX file and convert the tracks to a dataframe
readGPXTrack(x)
a dataframe with columns Latitude, Longitude,
Latitude
Longitude
UTC, and Name
UTC
Name
a path to a .gpx file
Taiki Sakai taiki.sakai@noaa.gov
gpxFile <- system.file('extdata', 'GPX.gpx', package='PAMmisc') gpxData <- readGPXTrack(gpxFile) str(gpxData)
Run the code above in your browser using DataLab