/moves_geotag

Geotag photos using tracks from Moves.app

Primary LanguageShell

Geotag photos using Moves.app

Shell script to geotag photos from your GPS-less camera using the track automatically logged by the Moves app for iOS and Android.

The Moves app logs all your movements automatically, 24/7. This script is built on the premise that wherever you make photos, you also have your phone with you, and the movement track from your phone matches the positions of your photos. For me personally, this is much simpler than running a gps tracker specifically at shooting time (because it's often spontaneous.)

Installation

You need to be using Moves and authorize the third-party Moves Export web app using your Moves account. (Check it out, it has many cool features besides track export.)

You'll need exiftool and jq. On Mac, they are available from Homebrew:

brew install exiftool jq 

Then obtain moves_geotag.sh from this repo. (Oh, you'll also need Bash. But hey - in our time it's even shipped with Windows 10!)

wget https://github.com/leonid-shevtsov/moves_geotag/raw/master/moves_geotag.sh
chmod +x moves_geotag.sh

Usage

  1. Optionally mount your SD card.

  2. Run the script:

    ./moves_geotag.sh /path/to/your/photos
  3. It'll prompt you to download a track file for each of the days you have been shooting at. All non-geotagged photos in the directory are inspected.

  4. Once you've downloaded the tracks, hit ENTER and your photos will be geotagged.

  5. Done. Now you can import the photos into your photo management solution.


Made by Leonid Shevtsov