8000 GitHub - ba01ei/quickgeotag: Easier way to geotag photos from command line
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ba01ei/quickgeotag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

quickgeotag

This tool is based on exiftool and makes geotagging slightly easier.

Instead of calling 'exiftool -GPSLatitude=123 -GPSLatitudeRef=N -GPSLongitude=456 -GPSLongitudeRef=W img1 img2 img3', you can just call

quickgeotag "Latitude: 123 Longitude: -456" img1 img2 img3

Dependency

Need exiftool. Available from homebrew:

brew install exiftool

My workflow

  1. Find the place with iPhone app: Coordinates - Calculate and Convert a Position
  2. Send the coordinates to Mac via DeskConnect, or email, or iMessage
  3. in Terminal, type quickgeotag "{pasted coordinates}" (with a space at the end)
  4. select the image files and drag them to Terminal, hit enter

About

Easier way to geotag photos from command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0