Geotag photos with Geotag

Productivity Sauce
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 DisqusSubscribe 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.
News
-
The GNU Project Celebrates Its 40th Birthday
September 27 marks the 40th anniversary of the GNU Project, and it was celebrated with a hacker meeting in Biel/Bienne, Switzerland.
-
Linux Kernel Reducing Long-Term Support
LTS support for the Linux kernel is about to undergo some serious changes that will have a considerable impact on the future.
-
Fedora 39 Beta Now Available for Testing
For fans and users of Fedora Linux, the first beta of release 39 is now available, which is a minor upgrade but does include GNOME 45.
-
Fedora Linux 40 to Drop X11 for KDE Plasma
When Fedora 40 arrives in 2024, there will be a few big changes coming, especially for the KDE Plasma option.
-
Real-Time Ubuntu Available in AWS Marketplace
Anyone looking for a Linux distribution for real-time processing could do a whole lot worse than Real-Time Ubuntu.
-
KSMBD Finally Reaches a Stable State
For those who've been looking forward to the first release of KSMBD, after two years it's no longer considered experimental.
-
Nitrux 3.0.0 Has Been Released
The latest version of Nitrux brings plenty of innovation and fresh apps to the table.
-
Linux From Scratch 12.0 Now Available
If you're looking to roll your own Linux distribution, the latest version of Linux From Scratch is now available with plenty of updates.
-
Linux Kernel 6.5 Has Been Released
The newest Linux kernel, version 6.5, now includes initial support for two very exciting features.
-
UbuntuDDE 23.04 Now Available
A new version of the UbuntuDDE remix has finally arrived with all the updates from the Deepin desktop and everything that comes with the Ubuntu 23.04 base.