chris vaughn http://blog.cvaughn.com thoughts of a maker posterous.com Thu, 19 Nov 2009 18:11:51 -0800 India Photos Geo-tagged http://blog.cvaughn.com/india-photos-geo-tagged http://blog.cvaughn.com/india-photos-geo-tagged

Today I found that iPhoto has a "Rescan Location" option.  This is great because I had imported all of my pictures from India before geo-tagging them.  I had already started rating the images in iPhoto and didn't want to have to reimport all the images and start over.  

Also I wrote this little bash script to batch convert the logs from my AMOD logger to GPX format.

#!/bin/bash
for i in `ls *.log`;do
out=${i%%.*}
gpsbabel -i nmea -f $i -o gpx -F $out.gpx
done

It's so powerful to be able to right scripts like this.  Saved me tons of time.

 

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/37qPkLhu3uSJ Chris Vaughn chrisvaughn Chris Vaughn