Geotag photos with Geotag

Dmitri Popov

Productivity Sauce

Nov 11, 2010 GMT
Dmitri Popov

Need to quickly geotag a bunch of photos? A little nifty utility aptly named Geotag is the perfect tool for the job. Since Geotag is w ritten in Java, you must have the Java Runtime Environment installed on your machine to be able to run the utility. Geotag relies on an external tool called exiftool, a Perl script that enables the writing of EXIF metadata. The tool is available in the software repositories of many Linux distributions, so you can install it using your distro's package manager. On Ubuntu, you can do this by running the sudo apt-get install libimage-exiftool-perl command. If you want to use Geotag with RAW files, you should also install the dcraw utility. Launch then Geotag, choose File | Settings, and navigate to the Settings | External programs | Exiftool | Exiftool path. Enter the path to exiftool in the Exiftool path field (e.g., /usr/bin/exiftool) and press OK.

If you have a GPS receiver, you can use the utility to sync photos with GPX tracks. Geotag can load tracks directly from the GPS receiver via the File | Load tracks from GPS command, or you can point the application to a GPX file using the File | Load tracks from file command. But what if you don't have a GPS receiver? In this case, you can use a simple trick to obtain the latitude and longitude via Google Maps. Use the service to find the location you need, then enter the following code snippet in the address bar and hit Enter:

javascript:void(prompt('',gApplication.getMap().getCenter()));

This will return the latitude and longitude of the specified location. Now you are ready to do some geotagging. Choose File | Add image or Add images from directory to add one or multiple photos. Alternatively, you can drag and drop photos from your desktop into Geotag. Copy the obtained latitude and longitude values into the appropriate fields in Geotag, and you are done.

The Copy location command allows you to copy the coordinates of the currently selected photo into other images in the batch, which can come in handy if you have taken multiple pictures at the same location. Geotag also sports a clever Select feature (Edit | Select), which you can use to select photos without coordinates or with new (unsaved) coordinates. This makes it significantly easer to geotag the selected photos without touching other pictures. To save the added geotags, right-click on a photo and choose the Save new locations command.

Now that you've geotagged your photos (or loaded already tagged photos), you can use Geotag to map them using either the Google Maps service or the Google Earth application. To do this, right-click on the photo you want to map and choose Show on map. Using the available options, you can map the currently selected picture or all photos in one go. The Google Earth command allows you not only to display a single or multiple photos in Google Earth, but also to create a KML file, which you can use later to open your photos in Google Earth -- perfect for showing your travel photos to others. For a better effect, you might want to add thumbnail previews of your photos to the KML file. To do this, choose File | Settings | Export | Google Earth and enable the Store thumbnails in the KMZ files option.

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News