Main Menu

GPS data

Started by crv56, October 28, 2012, 05:48:42 PM

Previous topic - Next topic

crv56

Hello! How do I write in my photos latitude and longitude in decimal degrees?, Thanks.

Phil Harvey

exiftool -gpslatitude=34.4353 -gpslatituderef=N -gpslongitude=103.23435 -gpslongituderef=W FILE
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).