fbpx
Wikipedia

GPS Exchange Format

GPX, or GPS Exchange Format, is an XML schema designed as a common GPS data format for software applications. It can be used to describe waypoints, tracks, and routes. It is an open format[2] and can be used without the need to pay license fees. Location data (and optionally elevation, time, and other information) 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.

GPS Exchange Format
Filename extension
.gpx
Internet media type
application/gpx+xml and application/octet-stream
Initial release2002
Latest release
1.1[1]
August 9, 2004; 19 years ago (2004-08-09)
Extended fromXML
Open format?yes
Websitewww.topografix.com/gpx.asp

Data types edit

 
Waypoints, routes and tracks recorded by GPS receivers.

A GPX file's main components include waypoints, routes, and tracks:

  • A waypoint (wptType) consists of the WGS 84 (GPS) coordinates of a point and possibly other descriptive information.
  • A route (rteType) is an ordered list of routepoints (or waypoints representing a series of significant turn or stage points) leading to a destination.[3] In general, a route is used to describe directions for a journey which someone wants to take at some point in the future.
  • A track (trkType) is contains a series of waypoints what might also contain a timestamp. It is typically used to represent journeys which somebody has already completed or recorded.

In addition to the above, GPX files can also contain additional data. The minimum properties for a GPX file are latitude and longitude for every single point. 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.[4][5]

Units edit

Latitude and longitude are expressed in decimal degrees, and elevation in meters, both using the WGS 84 datum.[6] Dates and times are expressed in Coordinated Universal Time (UTC) using ISO 8601 format.[1]

Sample GPX document edit

The document below is a sample GPX file which contains three waypoints which correspond to the locations of the German, Swiss, and Austrian parliaments.

<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1" creator="Wikipedia"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">  <!-- Comments look like this -->  <metadata>  <name>Data name</name>  <desc>Valid GPX example without special characters</desc>  <author>  <name>Author name</name>  </author>  </metadata>  <wpt lat="52.518611" lon="13.376111">  <ele>35.0</ele>  <time>2011-12-31T23:59:59Z</time>  <name>Reichstag (Berlin)</name>  <sym>City</sym>  </wpt>  <wpt lat="48.208031" lon="16.358128">  <ele>179</ele>  <time>2011-12-31T23:59:59Z</time>  <name>Parlament (Wien)</name>  <sym>City</sym>  </wpt>  <wpt lat="46.9466" lon="7.44412">  <time>2011-12-31T23:59:59Z</time>  <name>Bundeshaus (Bern)</name>  <sym>City</sym>  </wpt> </gpx> 

See also edit

Concepts
File formats
Standards
Software
  • GPSBabel, used to upload/download/convert GPX files

References edit

  1. ^ a b GPX: the GPS Exchange Format
  2. ^ topografix.com
  3. ^ topografix.com
  4. ^ . Garmin. Archived from the original on 2014-08-20. Retrieved 2013-03-26.
  5. ^ "Garmin Gpx Extensions Schema" (xsd (XML schema)). Garmin. Retrieved 2013-03-26.
  6. ^ "GPS eXchange Format (GPX) Reader/Writer". docs.safe.com. Retrieved 2024-02-04.

External links edit

  • GPX: the GPS Exchange Format

exchange, format, schema, designed, common, data, format, software, applications, used, describe, waypoints, tracks, routes, open, format, used, without, need, license, fees, location, data, optionally, elevation, time, other, information, stored, tags, interc. GPX or GPS Exchange Format is an XML schema designed as a common GPS data format for software applications It can be used to describe waypoints tracks and routes It is an open format 2 and can be used without the need to pay license fees Location data and optionally elevation time and other information 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 GPS Exchange FormatFilename extension gpxInternet media typeapplication gpx xml and application octet streamInitial release2002Latest release1 1 1 August 9 2004 19 years ago 2004 08 09 Extended fromXMLOpen format yesWebsitewww wbr topografix wbr com wbr gpx wbr asp Contents 1 Data types 2 Units 3 Sample GPX document 4 See also 5 References 6 External linksData types edit nbsp Waypoints routes and tracks recorded by GPS receivers A GPX file s main components include waypoints routes and tracks A waypoint wptType consists of the WGS 84 GPS coordinates of a point and possibly other descriptive information A route rteType is an ordered list of routepoints or waypoints representing a series of significant turn or stage points leading to a destination 3 In general a route is used to describe directions for a journey which someone wants to take at some point in the future A track trkType is contains a series of waypoints what might also contain a timestamp It is typically used to represent journeys which somebody has already completed or recorded In addition to the above GPX files can also contain additional data The minimum properties for a GPX file are latitude and longitude for every single point 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 4 5 Units editLatitude and longitude are expressed in decimal degrees and elevation in meters both using the WGS 84 datum 6 Dates and times are expressed in Coordinated Universal Time UTC using ISO 8601 format 1 Sample GPX document editThe document below is a sample GPX file which contains three waypoints which correspond to the locations of the German Swiss and Austrian parliaments lt xml version 1 0 encoding UTF 8 standalone no gt lt gpx xmlns http www topografix com GPX 1 1 version 1 1 creator Wikipedia xmlns xsi http www w3 org 2001 XMLSchema instance xsi schemaLocation http www topografix com GPX 1 1 http www topografix com GPX 1 1 gpx xsd gt lt Comments look like this gt lt metadata gt lt name gt Data name lt name gt lt desc gt Valid GPX example without special characters lt desc gt lt author gt lt name gt Author name lt name gt lt author gt lt metadata gt lt wpt lat 52 518611 lon 13 376111 gt lt ele gt 35 0 lt ele gt lt time gt 2011 12 31T23 59 59Z lt time gt lt name gt Reichstag Berlin lt name gt lt sym gt City lt sym gt lt wpt gt lt wpt lat 48 208031 lon 16 358128 gt lt ele gt 179 lt ele gt lt time gt 2011 12 31T23 59 59Z lt time gt lt name gt Parlament Wien lt name gt lt sym gt City lt sym gt lt wpt gt lt wpt lat 46 9466 lon 7 44412 gt lt time gt 2011 12 31T23 59 59Z lt time gt lt name gt Bundeshaus Bern lt name gt lt sym gt City lt sym gt lt wpt gt lt gpx gt See also editConceptsPoint of interest OpenStreetMap a collaborative project to create free editable maps using among others GPX traces WaypointFile formatsExchangeable image file format Geography Markup Language KML the equivalent format compatible with Google Earth TCX Garmin Training Center XMLStandardsNMEA 0183 NMEA 2000SoftwareGPSBabel used to upload download convert GPX filesReferences edit a b GPX the GPS Exchange Format topografix com topografix com Garmin Mass Storage Mode Devices Garmin Developer Garmin Archived from the original on 2014 08 20 Retrieved 2013 03 26 Garmin Gpx Extensions Schema xsd XML schema Garmin Retrieved 2013 03 26 GPS eXchange Format GPX Reader Writer docs safe com Retrieved 2024 02 04 External links editGPX the GPS Exchange Format Retrieved from https en wikipedia org w index php title GPS Exchange Format amp oldid 1205047319, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.