GPS Exchange Format: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
(Programs supporting GPX)
(Programs supporting GPX)
 
(27 dazwischenliegende Versionen von 7 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
__TOC__
 
 
 
Das [[GPS Exchange Format]] (kurz '''GPX''') ist ein leicht-gewichtiges [[XML]]-basierendes Datenformat für den Austausch von [[Global Positioning System|GPS]]-Daten (Wegpunkte, Routen, [[Track Log]]s) zwischen Anwendungen und Web-Diensten im Internet. Zurzeit liegt das GPX-Format als [[XML-Schema]] in [http://www.topografix.com/gpx/1/1/gpx.xsd Version 1.1] vor. GPX ist ein offener Standard, der von jedem verwendet werden kann. Es wurde von der Firma [http://www.topografix.com Topografix] entwickelt. Der Gebrauch ist aber nicht durch Gebühren oder Lizenzen beschränkt.  
 
Das [[GPS Exchange Format]] (kurz '''GPX''') ist ein leicht-gewichtiges [[XML]]-basierendes Datenformat für den Austausch von [[Global Positioning System|GPS]]-Daten (Wegpunkte, Routen, [[Track Log]]s) zwischen Anwendungen und Web-Diensten im Internet. Zurzeit liegt das GPX-Format als [[XML-Schema]] in [http://www.topografix.com/gpx/1/1/gpx.xsd Version 1.1] vor. GPX ist ein offener Standard, der von jedem verwendet werden kann. Es wurde von der Firma [http://www.topografix.com Topografix] entwickelt. Der Gebrauch ist aber nicht durch Gebühren oder Lizenzen beschränkt.  
  
Zeile 9: Zeile 7:
 
Der Grunddatentyp ist ein Wegpunkt. Routen sind eine Menge von Wegpunkten. Tracks bestehen aus Tracksegmenten, die wiederum aus einzelnen Wegpunkten bestehen.
 
Der Grunddatentyp ist ein Wegpunkt. Routen sind eine Menge von Wegpunkten. Tracks bestehen aus Tracksegmenten, die wiederum aus einzelnen Wegpunkten bestehen.
  
<h1>{{English}}</h1>
+
== Verwendung ==
  
'''GPX''', or '''GPS eXchange Format''' is an [[XML]] [[:de:schema|schema]] designed for transferring [[GPS]] data between software applications.  It can be used to describe [[waypoint]]s, [[track]]s, and [[route]]s.
+
Das GPX Format kann frei verwendet werden. Die Autoren bitten um eine [http://www.topografix.com/gpx_validation.asp Validierung] der GPX-Ausgabe von Programmen, damit der Standard nicht durch Fehler "verwässert" wird.
 +
 
 +
Eine Liste von Programme, die GPX Datei lesen und verarbeiten und/oder erzeugen können, und Quellen für GPX-Daten sind [http://www.topografix.com/gpx_resources.asp hier] zu finden.
 +
 
 +
Bei für Fragen rund um GPX sei auf das [http://groups.yahoo.com/group/gpsxml/ GPX-Entwickler-Forum] verwiesen.
 +
 
 +
== Beispiel ==
 +
<pre>
 +
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
 +
 
 +
<gpx xmlns="http://www.topografix.com/GPX/1/1" creator="byHand" version="1.1"
 +
  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">
 +
 
 +
  <wpt lat="39.921055008" lon="3.054223107">
 +
    <ele>12.863281</ele>
 +
    <time>2005-05-16T11:49:06Z</time>
 +
    <name>Cala Sant Vicenç - Mallorca</name>
 +
    <sym>City</sym>
 +
  </wpt>
 +
 
 +
</gpx>
 +
</pre>
 +
 
 +
== Siehe auch ==
 +
Andere XML-Deriviat zur Beschreibung räumlicher Strukturen, Koordinaten oder Geodaten sind:
 +
* [[Geography Markup Language]] (GML)
 +
* [[Keyhole Markup Language]] (KML)
 +
 
 +
 
 +
= Weblinks =
 +
== General ==
 +
* [http://www.topografix.com/gpx.asp GPX: the GPS Exchange Format] (offizielle Webseite)
 +
* [http://www.topografix.com/gpx/1/1/gpx.xsd GPX Schema 1.1] und [http://www.topografix.com/gpx/1/1/ Dokumentation]
 +
* [http://www.topografix.com/gpx_sample_files.asp GPX Beispiel Dateien]
 +
* [http://www.topografix.com/gpx/1/0/gpx.xsd GPX Schema 1.0 (alt)]
 +
 
 +
*[http://www.topografix.com/gpx.asp Official GPX web site]
 +
*[http://gps.pcwize.com/gpx_generator.php Create GPX files for free on-line under GFDL]
  
 
==Programs supporting GPX==
 
==Programs supporting GPX==
Zeile 26: Zeile 62:
 
* [http://www.expertgps.com/default.asp ExpertGPS (Windows - GPS mapping software with topo maps, aerial photos, and scanned map support)]
 
* [http://www.expertgps.com/default.asp ExpertGPS (Windows - GPS mapping software with topo maps, aerial photos, and scanned map support)]
 
* [http://www.safe.com/evaluation FME (Windows - spatial data translation and transformation)]
 
* [http://www.safe.com/evaluation FME (Windows - spatial data translation and transformation)]
 +
* [http://www.gartrip.de Gartrip - GPS mapping software for Garmin and Magellan receivers]
 
* [http://www.intelliscript.net/downloads.shtml?id=33 GeoCache GPX Grabber (Online - create GPX files)]
 
* [http://www.intelliscript.net/downloads.shtml?id=33 GeoCache GPX Grabber (Online - create GPX files)]
 
* [http://www.nofrillsdbs.com/html/geocache.html Geocache Log (Windows - Geocaching logbook)]
 
* [http://www.nofrillsdbs.com/html/geocache.html Geocache Log (Windows - Geocaching logbook)]
Zeile 32: Zeile 69:
 
* [http://www.keenpeople.com/geocaching/gpi.shtml GPI (Windows - converts GPX to MapSource PCX5 format)]
 
* [http://www.keenpeople.com/geocaching/gpi.shtml GPI (Windows - converts GPX to MapSource PCX5 format)]
 
* [http://www.keyhole.com Google Earth (Windows - 3D viewer)]
 
* [http://www.keyhole.com Google Earth (Windows - 3D viewer)]
* [http://www.gpsbabel.org GPSBabel (Multiple Platforms - Source Code Available - converts many formats)]
+
* [http://www.gpswandern.de/gorp GORP GPS Online Routen Planer]
 +
* [[GPSBabel|GPSBabel (Multiple Platforms - Source Code Available - converts many formats)]]
 
* [http://gpsdash.com/ GPSDash (PocketPC - GPS dashboard and moving map)]
 
* [http://gpsdash.com/ GPSDash (PocketPC - GPS dashboard and moving map)]
 
* [http://users.hol.gr/%7Edzach/gpsfeed/ gpsfeed (Multiple Platforms - Source Code Available - GPS simulator/NMEA data source)]
 
* [http://users.hol.gr/%7Edzach/gpsfeed/ gpsfeed (Multiple Platforms - Source Code Available - GPS simulator/NMEA data source)]
* [http://www.geopainting.com/ GPSMapEdit (Windows - create vector maps for Garmin GPS receivers)]
+
* [[GPSMapEdit]] (Windows - create vector maps for Garmin GPS receivers)
 
* [http://www.wohlfahrt-edv.de/ GPS-Navigator (Sony Ericsson mobile phones - navigation software)]
 
* [http://www.wohlfahrt-edv.de/ GPS-Navigator (Sony Ericsson mobile phones - navigation software)]
 
* [http://oregonstate.edu/%7Eearlyj/gpsphotolinker/ GPSPhotoLinker (MacOS - adds location info to your photos based on GPS tracklog)]
 
* [http://oregonstate.edu/%7Eearlyj/gpsphotolinker/ GPSPhotoLinker (MacOS - adds location info to your photos based on GPS tracklog)]
Zeile 41: Zeile 79:
 
* [http://www.gpstuner.com/ GPS Tuner (PocketPC - mapping and geocaching software)]
 
* [http://www.gpstuner.com/ GPS Tuner (PocketPC - mapping and geocaching software)]
 
* [http://www.gpsu.co.uk GPS Utility (Windows - GPS mapping software)]
 
* [http://www.gpsu.co.uk GPS Utility (Windows - GPS mapping software)]
* [http://gpx2shp.sourceforge.jp/ GPX2SHP (Convert GPX to ESRI shapefile)]
+
* [[GPX2SHP]] (Convert [[GPX]] to ESRI [[shapefile]])]
 
* [http://www.gpxchange.com GPXchange (Online - create and print GPX files)]
 
* [http://www.gpxchange.com GPXchange (Online - create and print GPX files)]
 
* [http://www.grazer.de/ Grazer (Windows - writes Geo-Data from a GPX-file into the exif header of your digital pictures)]
 
* [http://www.grazer.de/ Grazer (Windows - writes Geo-Data from a GPX-file into the exif header of your digital pictures)]
* [http://gsak.geocaching.com.au/ GSAK (Windows - Geocaching Swiss Army Knife for OziExplorer)]
+
* [http://gsak.geocaching.com.au/ GSAK] (Windows - Geocaching Swiss Army Knife for [[OziExplorer]])
 
* [http://www.chimoosoft.com/gpsconnect.html GPX Connect (Mac OS X - waypoint transfer for Garmin)]
 
* [http://www.chimoosoft.com/gpsconnect.html GPX Connect (Mac OS X - waypoint transfer for Garmin)]
 
* [http://homepage.mac.com/donreith/gpxExchange/ gpxExchange (Windows, add-in for Microsoft MapPoint)]
 
* [http://homepage.mac.com/donreith/gpxExchange/ gpxExchange (Windows, add-in for Microsoft MapPoint)]
Zeile 55: Zeile 93:
 
* [http://www.garmin.com/ MapSource (Windows - Vector mapping software for Garmin receivers)]
 
* [http://www.garmin.com/ MapSource (Windows - Vector mapping software for Garmin receivers)]
 
* [http://www.mapwel.biz/ Mapwel (Windows - create vector maps for Garmin receivers)]
 
* [http://www.mapwel.biz/ Mapwel (Windows - create vector maps for Garmin receivers)]
* [http://digilander.libero.it/faure/mygpseng.html MyGPS (Windows - view Garmin GPS data on calibrated maps)]
+
* [http://digilander.libero.it/faure/mygpseng.html MyGPS (Windows - view G]
* [http://www.nhgps.com nhGPS (SymbianOS - GPS mapping and tracking software)]
+
* [http://www.bornhaupt.de/MGM MakeGoogleMap - konvertiert GPX nach html, kml und kmz]
* [http://www.okmap.it OKmap (Windows - GPS mapping software in Italian)]
+
* [http://gpso.de/maps/ GPS Geoplaner (Web-basierte Applikation zur Erstellung und Bearbeitung von Wegpunkten und Routen)]
* [http://www.paralog.net Paralog (Windows, Mac OS X, Linux - skydiving logbook)]
+
* [http://www.photoscape3d.com/ Photoscape3D (Windows - virtual landscapes of England & Wales)]
+
* [http://www.earthquakemap.com QuakeMap (Windows - view recent earthquake locations)]
+
* [http://www.qgis.org Quantum GIS (Windows, GNU/Linux - free GIS program)]
+
* [http://www.skylab-mobilesystems.com/ Spot (Mobile Phones - GPS on your Blackberry or phone)]
+
* [http://www.robogeo.com/ RoboGEO (Windows - georeference photos)]
+
* [http://www.lildevil.org/spinner/ Spinner (Online Tool for Geocaching)]
+
* [http://www.tumonz.co.nz TUMONZ - The ultimate map of New Zealand (Windows)]
+
* [http://www.topofusion.com TopoFusion (Windows - combine your tracklogs into trail networks)]
+
* [http://www.trimbleoutdoors.com Trimble Adventure Planner (Windows - send maps to your Nextel phone)]
+
* [http://www.viziworld.com ViziMap (Windows - Link photos to maps)]
+
* [http://clayjar.com/gc/temp/ Watcher (Windows - Geocaching tool)]
+
* [http://www.gpstrailmaps.com/map3d/ Wissenbach Map (Windows - Source Code Available - create your own trail maps)]
+
* [http://www.world-tracker.com World-Tracker (Online/PocketPC - mobile phone tracking)]
+
 
+
The following Web sites allow you to plot your GPX data on a Web map:
+
 
+
* [http://www.chrislacy.net/map GPS - GPX Interactive Map (View GPX files on Google Maps)]
+
* [http://www.obviously.com/gis/gpx_loader.html GPX Loader for Google Maps (View GPX files on Google Maps)]
+
* [http://www.gpsvisualizer.com/ GPS Visualizer (Convert GPX to SVG maps and elevation profiles)]
+
* [http://www.elsewhere.org/GMapToGPX/ GMapToGPX (View GPX files on Google Maps)]
+
* [http://maps.kylemulka.com/gpxviewer.php Online GPX Viewer (View GPX files on Google Maps)]
+
  
 
==Data in GPX form available on Web sites==
 
==Data in GPX form available on Web sites==
  
 +
* [http://www.gpsies.com GPS - GPSies.com] Create (course creator), upload, share, view your tracks
 
* [http://www.ramsays.us/trails/ Austin Greenbelt MTB Trails]
 
* [http://www.ramsays.us/trails/ Austin Greenbelt MTB Trails]
 
* [http://www.backpacker.com/gps Backpacker Magazine]
 
* [http://www.backpacker.com/gps Backpacker Magazine]
Zeile 115: Zeile 132:
 
* [http://thlp.kenetic.com Tim Hortons Location Project]
 
* [http://thlp.kenetic.com Tim Hortons Location Project]
 
* [http://www.walk-with-gps.co.uk Walk With GPS - UK Tracklogs]
 
* [http://www.walk-with-gps.co.uk Walk With GPS - UK Tracklogs]
 +
* [http://cal.mapuse.net California Route Site]
 +
* [http://nyc.mapuse.net NYC runner Site]
 +
* [http://www.gpswandern.de Wandern mit GPS - mit Routendownload min GPX-Format]
 +
* [http://www.wanderkompass.de Fernwanderwege im GPX-Format downloaden]
  
 
[[Kategorie:Datenformat]]
 
[[Kategorie:Datenformat]]
 
[[Kategorie:Geodaten]]
 
[[Kategorie:Geodaten]]
 +
[[Kategorie:GPS]]
  
 
[[de:GPS Exchange Format]]
 
[[de:GPS Exchange Format]]
 
[[en:GPX]]
 
[[en:GPX]]

Aktuelle Version vom 26. Oktober 2010, 18:18 Uhr

Das GPS Exchange Format (kurz GPX) ist ein leicht-gewichtiges XML-basierendes Datenformat für den Austausch von GPS-Daten (Wegpunkte, Routen, Track Logs) zwischen Anwendungen und Web-Diensten im Internet. Zurzeit liegt das GPX-Format als XML-Schema in Version 1.1 vor. GPX ist ein offener Standard, der von jedem verwendet werden kann. Es wurde von der Firma Topografix entwickelt. Der Gebrauch ist aber nicht durch Gebühren oder Lizenzen beschränkt.

Der Grunddatentyp ist ein Wegpunkt. Routen sind eine Menge von Wegpunkten. Tracks bestehen aus Tracksegmenten, die wiederum aus einzelnen Wegpunkten bestehen.

Verwendung

Das GPX Format kann frei verwendet werden. Die Autoren bitten um eine Validierung der GPX-Ausgabe von Programmen, damit der Standard nicht durch Fehler "verwässert" wird.

Eine Liste von Programme, die GPX Datei lesen und verarbeiten und/oder erzeugen können, und Quellen für GPX-Daten sind hier zu finden.

Bei für Fragen rund um GPX sei auf das GPX-Entwickler-Forum verwiesen.

Beispiel

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>

<gpx xmlns="http://www.topografix.com/GPX/1/1" creator="byHand" version="1.1" 
   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">
  
  <wpt lat="39.921055008" lon="3.054223107">
    <ele>12.863281</ele>
    <time>2005-05-16T11:49:06Z</time>
    <name>Cala Sant Vicenç - Mallorca</name>
    <sym>City</sym>
  </wpt>

</gpx>

Siehe auch

Andere XML-Deriviat zur Beschreibung räumlicher Strukturen, Koordinaten oder Geodaten sind:


Weblinks

General

Programs supporting GPX

Data in GPX form available on Web sites