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
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.