Created
September 26, 2016 08:52
-
-
Save mojodna/dac599b2c69a1958ececf3de42ceb358 to your computer and use it in GitHub Desktop.
Sensefly -> EXIF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IFS="\n"; for line in $(grep JPG 2016_06_08_fluff4_geoinfo.txt); do echo $line | awk '{print "exiftool " $1 " -exif:gpslatitude=" $2 " -exif:gpslatituderef=S -exif:gpslongitude=" $3 " -exif:gpslongituderef=W -exif:gpsaltitude=" $4}'; done > fluff4.sh; IFS= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment