[OSM-talk] GPSBabel screenshots

Robert Hart Robert.Hart at BuroHappold.com
Thu Sep 7 12:58:26 BST 2006


> do you make fun? You know, people like me still using ms windows (sorry,
> but I use it, because I have to develop stylesheets for the masses),
> those will find a solution every time as we are the enemies of the better.
> GPSBabel provides a GUI-frontend, hey - do you pursue people to get on
> board of OSM or do you persue them first to step on linux?

I don't think he was really trying to make fun. I thought of replying in a
very similar way. gpsbabel is such a simple program that it doesn't seem to
warrant a gui - particularly when most people will use it the same way each
time.

> 
> Command lines are very cryptic to me but OSM allows all worlds to meet
> on one map, you won't even guess from the data came in the end ;-)

gpsbabel isn't that cryptic as far as command lines go, and it's well
documented from what I can see.

 
> Thank you anyway for the hint, as I plan to change the platform.....
> 
> regards, Stephan.
> >
> > You know it's a command line program, right? So by screenshot you mean
> > something like
> >
> > $ gpsbabel -i wbt -f /dev/ttyUSB0 -o gpx -F tracks.gpx
> >

I have a shell script that gets the data from my gps into a standard folder
with a name based on the current date. (of course this doesn't work if I do
more than one upload a day). I'm planning to update it to attempt to copy
photos off the camera to a sub-folder at the same time.

#!/bin/sh

DATE=`date +%Y%m%d`  
gpsbabel -i garmin -o gpx /dev/ttyS0 ~/gps/${DATE}w.gpx
gpsbabel -t -i garmin -o gpx /dev/ttyS0 ~/gps/${DATE}t.gpx




This message has been scanned for viruses by MailControl - www.mailcontrol.com




More information about the talk mailing list