GPX
From MB Wiki
GPS Exchange Format (GPX) is the standard for exchanging GPS information between software applications. GPX is XML, so it's easy to use and read by most developers. The schema was created and is maintained by Topografix (http://www.topografix.com/gpx). MotionBased allows you to export and import GPX files.
| Table of contents |
Export Instructions
You may export a MotionBased Activity to a GPX file from the following areas within My Activities and the TrailNetwork:
- Dashboard
- Digest - Table View
- View Digest in Table View mode.
- Click on checkbox next to the activity you wish to export. You select multiple activities to include in the (gpx) file.
- Select 'GPX' from the 'More Actions' drop-down menu.
- When prompted by browser pop-up window, save file to your computer.
- Digest - Map View
- View Digest in Map View mode.
- Click on 'Info' link of the activity you wish to export.
- Click on 'GPX' link in the bottom-right portion of the pop-window.
- When prompted by browser pop-up window, save file to your computer.
NOTE: GPX defines standard GPS information, but does not provide a standard way of transferring heart rate or cadence information. We suggest using the Training Center History (hst) file for such a transfer.
Import Instructions
You can upload a GPX file from either the Agent or logged into your account (Manual Upload).
Agent Upload
- Once the GPX file is saved to your desktop/computer open the Agent.
- Select "Import Files."
- Select "Browse" to find and select the desired file.
- Check the box, "Send to MotionBased Allow time conflicts (.xml, .g7t, .gpx files accepted)."
- Click "Send."
Your file will be processed and sent to your Inbox.
Manual Upload
- Once the GPX file is saved to your desktop/computer login to your account and go to "My Activities."
- Select "upload" from the menu bar.
- Select "Browse" to find and select the desired file.
- Check the box, "Send to MotionBased Allow time conflicts (.xml, .txt, .g7t, .gpx files accepted)."
- Click "Send."
Your file will be processed and sent to your Inbox.
Acceptable GPX Format
While we do not have a Course Creator at this time, many users have been successful with creating their own courses and uploading them to their devices for light navigation. Make sure your GPX file has the following elements in order to have a successful upload:
- Trackpoints - comprised of time, elevation, lat/lon
- Enough trackpoints for MB to read it as a real activity
- Make sure there are no Waypoints
- Make sure there are no Infinite Timestamps (INF)
Below is what a good trackpoint will look like:
<trkpt lat="41.333236" lon="-74.191127"> <ele>193.8</ele> <time>2007-03-22T11:12:12-04:00</time> </trkpt>
