GPX, or GPS Exchange Format, is an XML schemadesigned as a common GPS data format for software applications. It can be used to describe waypoints, tracks, and routes. The format is open and can be used without the need to pay license fees. Location data is stored in tags and can be interchanged between GPS devices and software. Common software applications for the data include viewing tracks projected onto various map sources, annotating maps, and geotagging photographs based on the time they were taken.
Data types
The required data for a GPX file can be seen below. Ellipsis means that the previous element can be repeated. Additional data may exist within every markup but is not shown here:
wptType is an individual waypoint among a collection of points with no sequential relationship. It consists of the coordinates of a point and possibly other descriptive information.
rteType is a route, an ordered list of routepoint leading to a destination.
trkType is a track, made of at least one segment containing waypoints, that is, an ordered list of points describing a path. A Track Segment holds a list of Track Points which are logically connected in order. To represent a single GPS track where GPS reception was lost, or the GPS receiver was turned off, start a new Track Segment for each continuous span of track data.
Conceptually, tracks are a record of where a person has been and routes are suggestions about where they might go in the future. For example, each point in a track may have a timestamp, but the points in a route are unlikely to have timestamps because route is a suggestion which might never have been traveled. Technically:
a track is made of a sufficient number of trackpoints to precisely draw every bend of a path on a bitmap. It is:
* the raw output of, for example, a GPS recording the course of one's trip, or
* the rearrangement of such points to remove excess ones, or
* data from any source such as extracted from a vector map
a route is made of routepoints between which a program must get the corresponding track from a vector map to draw it. The routepoints may be crossings or junctions or as distant as stopover towns, such as those making a trip project. Hence, such a project can be saved and reloaded in a GPX file.
a process called routing computes a route and may produce a GPX route made of the routepoints where some driver action takes place. The GPX points may contain the text of those instructions.
the GPX file may contain both route and track so that a program can get precise points from the track even if it has no access to a vector map.
The minimum properties for a GPX file are latitude and longitude for every single point. All other elements are optional. Some vendors, such as Humminbird and Garmin, use extensions to the GPX format for recording street address, phone number, business category, air temperature, depth of water, and other parameters.
The following is a truncated GPX file produced by a Garmin Oregon 400t hand-held GPS unit. This document does not show all functionality which can be stored in the GPX format — for example, there are no waypoints or extensions, and this is part of a track, not a route — but its purpose is to serve as a brief illustration.