Adds IPTC geographic metadata to photos by reverse geocoding from lat/lon, the following IPTC tags are added:
npm install -g geo-rename
(or yarn global add geo-rename
if you have Yarn)geo-rename [OPTIONS] [FILES]
Options:
--cache-folder <path>
-f, --force
-h, --help
--offline
-q, --quiet
-s, --skip-backup
-v, --verbose
-V, --version
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'
0.0.0
: Poor quality code sitting on GitHub for the world to seeexiftool-vendored
(check performance)debug
for verbose output for better outputMIT