Jump to content

Generate distance/elevation table from GPX data


benzitney

Recommended Posts

Basecamp will generate that graph for you, too.

 

If you want to work with the GPX file directly, there's an R package called "plotKML" that includes a function to read in GPX files. Regardless of what program you use to generate your own plots, you'll need to generate some bits of data yourself. 1. the distance between track points (Lat, Long, Elev, and Time are all that is given), and the cumulative distance at each track point. Finding distances from coordinate information is doable, but not a trivial calculation in excel. There are packages that do this more efficiently in R. But unless you're good with R or other data and stats packages, you might just let this up to Basecamp or Google Earth, or some other mapping software. By the way, this is true whether you use the GPX file directly or export a CSV from basecamp.

Link to comment

Hi everyone!

 

This is my first time here.

 

I'm trying to generate a table (such as in csv format) with distance & elevation data from a GPX file so I can recreate this chart:

 

https://lh3.googleusercontent.com/gALJqt_6MfP5VBdbXha7H05LbDwZmFjsEzuYAXr9frt8G6fhzinrlZRoTy-YU4y_o-nD6aHUD63xgw=w736-h147-no

 

Is there a way to do this?

 

Thanks,

Ben

 

i usually just let the app display it, if course you can always tell the app to export the data as

gpx

csv

kml/kmz

tcx

dxf

ov2

gpsies

breadcrumbs

everytrail

ridewithgps

runkeeper

strava

velohero

traininfstagebuch.org

or open Street map

is one of those formats or hosting services might make displaying your graph easier.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...