Easier loading of third-party formats w/ gpsbabel

Bug #1178007 reported by Joshua Judson Rosen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
FoxtrotGPS
Triaged
Wishlist
Unassigned

Bug Description

Loading routes or tracks created by other programs/devices in non-standard formats is a pain--it involves leaving FoxtrotGPS, converting the files to GPX with something like gpsbabel or gpsbabelfe, placing the output file into ~/Maps, and then finally going back to FoxtrotGPS and loading the GPX file. It seems like this should be easier....

If we can determine the format of the input file, then we could just launch gpsbabel to translate; if we can't determine the format of the input file, but can determine that it's `not GPX', then we could at least launch gpsbabelfe to ask the user for guidance..., except that gpsbabelfe isn't designed to be used like this (it doesn't take any command-line arguments). Maybe we can contribute some CLI patches for gpsbabelfe--or maybe there's another gpsbabel GUI that we could use?

Changed in foxtrotgps:
status: New → Triaged
Revision history for this message
Joshua Judson Rosen (rozzin) wrote :

Looks like we can get a list of formats supported by gpsbabel, and their options, with a command like...:

        gpsbabel -h | sed -e '1,/^File Types/d' -e '/^\($\|[^\t]\)/,$d' -e 's/\t//'

I wonder how stable the formatting of "gpsbabel -h" actually is....

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.