Learn R Programming

Lightweight GPX file parser for R

Install it!

install.packages('gpx')
#Install the latest version from GitHub
#devtools::install_github("bmewing/gpx")

Usage

Pass in the path to a GPX file to the read_gpx function to get back a list of routes and tracks as data frames.

hike = gpx::read_gpx('example-hike.gpx')
hike$tracks #list of data frames of tracks in the file
hike$routes #lits of data frames or routes in the file

Copy Link

Version

Install

install.packages('gpx')

Monthly Downloads

268

Version

1.1.0

License

MIT + file LICENSE

Maintainer

Mark Ewing

Last Published

November 8th, 2021

Functions in gpx (1.1.0)

read_gpx

Read a .gpx file into a data.frame