fortes / geo-rename

Reverse geocode tagging for photos
MIT License
1 stars 0 forks source link

geo-rename

build status codecov Greenkeeper badge

Adds IPTC geographic metadata to photos by reverse geocoding from lat/lon, the following IPTC tags are added:

Installation

  1. Install Node
  2. Install ExifTool
  3. Run npm install -g geo-rename (or yarn global add geo-rename if you have Yarn)

Usage

geo-rename [OPTIONS] [FILES]

Options:

  --cache-folder <path>
  -f, --force
  -h, --help
  --offline
  -q, --quiet
  -s, --skip-backup
  -v, --verbose
  -V, --version

Warning

Renaming via exiftool

Fails if one of these isn't defined though:

exiftool nontagged.jpg '-testname<${CreateDate;%Y-%m-%d %H.%M.%S} ${Location;}-${City;}-${State;}-${Country}%-c.%le' 

Changelog

Roadmap / TODO

License

MIT