|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- reference: https://freedesktop.org/software/appstream/docs/index.html --> |
| 3 | +<component type="console-application"> |
| 4 | + <id>org.gpsbabel.cli</id> |
| 5 | + <metadata_license>MIT</metadata_license> |
| 6 | + <project_license>GPL-2.0</project_license> |
| 7 | + <name>gpsbabel</name> |
| 8 | + <summary>GPS file conversion plus transfer to/from GPS units</summary> |
| 9 | + <description> |
| 10 | + <p>GPSBabel converts waypoints, tracks, and routes from one common |
| 11 | + mapping format to another or a serial upload or download to a GPS |
| 12 | + unit such as those from Garmin.</p> |
| 13 | + |
| 14 | + <p>GPSBabel supports several data formats and will be useful for |
| 15 | + tasks such as geocaching, mapping, and converting from one GPS |
| 16 | + unit to another. Among the interesting formats it supports are |
| 17 | + the GPS Exchange Format (GPX), Keyhole Markup Language (KML), several |
| 18 | + GPS devices via a serial link, and various Geocaching data formats. |
| 19 | + GPSBabel also supports various filters to manipulate the data.</p> |
| 20 | + |
| 21 | + <p>GPSBabel supports the following formats:</p> |
| 22 | + |
| 23 | + <ul> |
| 24 | + <li>arc: GPSBabel arc filter file</li> |
| 25 | + <li>csv: Comma separated values</li> |
| 26 | + <li>cup: See You flight analysis data</li> |
| 27 | + <li>dg-100: GlobalSat DG-100/BT-335 Download</li> |
| 28 | + <li>dg-200: GlobalSat DG-200 Download</li> |
| 29 | + <li>exif: Embedded Exif-GPS data (.jpg)</li> |
| 30 | + <li>garmin301: Garmin 301 Custom position and heartrate</li> |
| 31 | + <li>garmin: Garmin serial/USB protocol</li> |
| 32 | + <li>garmin_fit: Flexible and Interoperable Data Transfer (FIT) Activity file</li> |
| 33 | + <li>garmin_g1000: Garmin G1000 datalog input filter file</li> |
| 34 | + <li>garmin_gpi: Garmin Points of Interest (.gpi)</li> |
| 35 | + <li>garmin_poi: Garmin POI database</li> |
| 36 | + <li>garmin_txt: Garmin MapSource - txt (tab delimited)</li> |
| 37 | + <li>garmin_xt: Mobile Garmin XT Track files</li> |
| 38 | + <li>gdb: Garmin MapSource - gdb</li> |
| 39 | + <li>geo: Geocaching.com .loc</li> |
| 40 | + <li>geojson: GeoJson</li> |
| 41 | + <li>globalsat: GlobalSat GH625XT GPS training watch</li> |
| 42 | + <li>googletakeout: Google Takeout Location History</li> |
| 43 | + <li>gpsdrive: GpsDrive Format</li> |
| 44 | + <li>gpsdrivetrack: GpsDrive Format for Tracks</li> |
| 45 | + <li>gpx: GPX XML</li> |
| 46 | + <li>gtm: GPS TrackMaker</li> |
| 47 | + <li>gtrnctr: Garmin Training Center (.tcx/.crs/.hst/.xml)</li> |
| 48 | + <li>html: HTML Output</li> |
| 49 | + <li>humminbird: Humminbird waypoints and routes (.hwr)</li> |
| 50 | + <li>humminbird_ht: Humminbird tracks (.ht)</li> |
| 51 | + <li>iblue747: Data Logger iBlue747 csv</li> |
| 52 | + <li>iblue757: Data Logger iBlue757 csv</li> |
| 53 | + <li>igc: FAI/IGC Flight Recorder Data Format</li> |
| 54 | + <li>kml: Google Earth (Keyhole) Markup Language</li> |
| 55 | + <li>land_air_sea: GPS Tracking Key Pro text</li> |
| 56 | + <li>lowranceusr: Lowrance USR</li> |
| 57 | + <li>m241-bin: Holux M-241 (MTK based) Binary File Format</li> |
| 58 | + <li>m241: Holux M-241 (MTK based) download</li> |
| 59 | + <li>miniHomer: MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI)</li> |
| 60 | + <li>mtk-bin: MTK Logger (iBlue 747,...) Binary File Format</li> |
| 61 | + <li>mtk: MTK Logger (iBlue 747,Qstarz BT-1000,...) download</li> |
| 62 | + <li>nmea: NMEA 0183 sentences</li> |
| 63 | + <li>openoffice: Tab delimited fields useful for OpenOffice</li> |
| 64 | + <li>osm: OpenStreetMap data files</li> |
| 65 | + <li>ozi: OziExplorer</li> |
| 66 | + <li>qstarz_bl-1000: Qstarz BL-1000</li> |
| 67 | + <li>shape: ESRI shapefile</li> |
| 68 | + <li>skytraq-bin: SkyTraq Venus based loggers Binary File Format</li> |
| 69 | + <li>skytraq: SkyTraq Venus based loggers (download)</li> |
| 70 | + <li>subrip: SubRip subtitles for video mapping (.srt)</li> |
| 71 | + <li>text: Textual Output</li> |
| 72 | + <li>tpg: National Geographic Topo .tpg (waypoints)</li> |
| 73 | + <li>tpo2: National Geographic Topo 2.x .tpo</li> |
| 74 | + <li>tpo3: National Geographic Topo 3.x/4.x .tpo</li> |
| 75 | + <li>unicsv: Universal csv with field structure in first line</li> |
| 76 | + <li>v900: Columbus/Visiontac V900 files (.csv)</li> |
| 77 | + <li>vcard: Vcard Output (for iPod)</li> |
| 78 | + </ul> |
| 79 | + |
| 80 | + <p>GPSBabel supports the following filters:</p> |
| 81 | + <ul> |
| 82 | + <li>arc: Include Only Points Within Distance of Arc</li> |
| 83 | + <li>bend: Add points before and after bends in routes</li> |
| 84 | + <li>discard: Remove unreliable points with high hdop or vdop</li> |
| 85 | + <li>duplicate: Remove Duplicates</li> |
| 86 | + <li>height: Manipulate altitudes</li> |
| 87 | + <li>interpolate: Interpolate between trackpoints</li> |
| 88 | + <li>nuketypes: Remove all waypoints, tracks, or routes</li> |
| 89 | + <li>polygon: Include Only Points Inside Polygon</li> |
| 90 | + <li>position: Remove Points Within Distance</li> |
| 91 | + <li>radius: Include Only Points Within Radius</li> |
| 92 | + <li>resample: Resample Track</li> |
| 93 | + <li>reverse: Reverse stops within routes</li> |
| 94 | + <li>simplify: Simplify routes</li> |
| 95 | + <li>sort: Rearrange waypoints, routes and/or tracks by resorting</li> |
| 96 | + <li>stack: Save and restore waypoint lists</li> |
| 97 | + <li>swap: Swap latitude and longitude of all loaded points</li> |
| 98 | + <li>track: Manipulate track lists</li> |
| 99 | + <li>transform: Transform waypoints into a route, tracks into routes, ...</li> |
| 100 | + <li>validate: Validate internal data structures</li> |
| 101 | + </ul> |
| 102 | + </description> |
| 103 | + <url type="homepage">https://www.gpsbabel.org</url> |
| 104 | + <url type="vcs-browser">https://github.com/GPSBabel/gpsbabel</url> |
| 105 | + <provides> |
| 106 | + <binary>gpsbabel</binary> |
| 107 | + <modalias>usb:v091Ep0003d*</modalias> |
| 108 | + </provides> |
| 109 | +</component> |
0 commit comments