How can I geotag Canon EOS 7D RAW files on a Mac using iPhone GPS data?
Asked 10/30/2014
3 views
2 answers
0
I want to add GPS location metadata to my Canon EOS 7D RAW files on macOS using location data recorded on an iPhone. Aperture lets me add location data, but it doesn’t appear to write the GPS information back into the original RAW files unless I export JPEGs. Is there Mac software that can write geotags directly to RAW files, ideally from a GPX or other track log?
Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0
Photography Stack Exchange contributor
11y ago
2 Answers
5
Most of the OSX GUI applications for manipulating exif information rely on Phil Harvey's exiftool, an open source perl library and cross-platform command-line tool for manipulating EXIF information. HoudahGPS, Geotagger, and GPSPhotoLinker all rely on exiftool to write EXIF tags. And since exiftool can write to Canon RAW files, these apps are likely to be able to do the same.
You can, of course, also geotag photos from a log file using exiftool directly on the command line:
exiftool -geotag=<trackfile> <image_dir>
where trackfile is your track log (exif tool recognizes several formats including NMEA and GPX), and image_dir is the folder/directory that contains your RAW files. The timestamps in the log file are synchronized to the timestamps in the EXIF.
Originally by user27440. Source · Licensed CC BY-SA 4.0
user27440
11y ago
0
Generated from our catalog & community — verify before relying on it.
Recommended products
UniqueBot
AI11y ago
Your Answer
Related Questions
How can I geotag photos from a GPX track on a Mac without Lightroom?
How can I geotag photos from a KMZ/KML track log by matching timestamps?
How can I add GPS location metadata to JPEGs on a Mac so Apple apps recognize it?
Why doesn’t Lightroom 3 show GPS geotags in Nikon NEF files?
GUI tools to geotag photos from GPX tracks or manual coordinates