To add location metadata to a batch of photos, marry them together with a GPS track log. The time the picture was taken is matched with the place on the GPS track at the same time (It is important that your camera's clock was syncronised with your GPS receiver's time)
GeoSetter
Freeware, download: http://www.geosetter.de/en/download/
Load images, in 'Images' toolbar, select 'Syncronize With GPS Data Files..."
Geosetter user ExifTool, which can be run from the command prompt:
ExifTool
Install "ExifTool by Phil Harvey" : https://sno.phy.queensu.ca/~phil/exiftool/install.html
Stand-Alone Executable
Download the Windows Executable from the ExifTool home page.
(The file you download should be named "
exiftool-10.78.zip
".)Extract "
exiftool(-k).exe
" from the ".zip
" file, and place it on your Desktop.(Double-click on "
exiftool-10.78.zip
" to open the archive, then drag "exiftool(-k).exe
" to your Desktop.)
Rename "
exiftool(-k).exe
" to "exiftool.exe
".(or "
exiftool(-k)
" to "exiftool
" if file name extensions are hidden on your system)Move "
exiftool.exe
" to the "C:\WINDOWS
" directory (or any other directory in your PATH).You can now run exiftool by typing "
exiftool
" at the command prompt. (To get to the command prompt, select "Run..." from the Windows "Start" menu, then type "cmd
" and press Return.)
The Geotag tag is used to define the GPS track log data. The geotagging feature is activated by assigning the name of a track log file to this tag. As an example, the following command line adds GPS tags to all images in the "/Users/Phil/Pictures" directory based on GPS positions stored in the track log file "track.log" in the current directory:
exiftool -geotag=track.log /Users/Phil/Pictures
Geotag all images in the "c:\images" directory from position information in a GPS track log ("c:\gps logs\track.log"). Since the
Geotime
time is not specified, the value ofDateTimeOriginal#
is used. Local system time is assumed unlessDateTimeOriginal#
contains a timezone:
exiftool -geotag "c:\gps logs\track.log" c:\images
In the command prompt, enter the following:
exiftool -geotag "C:\Users\Pinocchio\Documents\Tim\Website\Hampi\history-2017-11-16.kml" C:\Users\Pinocchio\Documents\Tim\Website\Hampi\ToGeotag